Sign in
mojo
/
mojo-tools
/
96b05c1cc252cbd1582be4b8c554e72024938f3c
/
.
/
fusl
/
src
/
errno
/
__errno_location.c
blob: 7172a1be39dbb1caf86715904552389083e2061b [
file
] [
log
] [
blame
]
#include
"pthread_impl.h"
int
*
__errno_location
(
void
)
{
return
&
__pthread_self
()->
errno_val
;
}