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