Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
2af3006b0ccf36ba9ac5123f539d577fd97c5350
/
.
/
src
/
errno
/
__errno_location.c
blob: b7c69804e2ade4d7c3d71323cd5382e507f0b01b [
file
]
#include
"pthread_impl.h"
_Thread_local
int
errno
;
int
*
__errno_location
(
void
)
{
return
&
errno
;
}