index
:
wasi-libc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc-bottom-half
/
sources
/
__errno_location.c
blob: 5e6ef5e6bfabf7bbd5b3fec887f5524e03e21c8a (
plain
)
1
2
3
4
5
#include
<errno.h>
int
*
__errno_location
(
void
)
{
return
&
errno
;
}