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