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