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