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