index
:
gitlab.com/notklaatu/ninit.git
master
ninit - a UNIX process no 1
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
system
/
__errno_location.c
blob: 76900d3c28d33043be5f9f05a29d75d5898a8129 (
plain
)
1
2
3
extern int errno; int *__errno_location() { return &errno; }