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