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