1 /* The errno variable is stored in the reentrancy structure. This
2 function returns its address for use by the macro errno defined in
8 #ifdef _REENT_THREAD_LOCAL
9 _Thread_local
int _tls_errno
;
10 #else /* !_REENT_THREAD_LOCAL */
17 return &_REENT_ERRNO(_REENT
);
22 #endif /* _REENT_THREAD_LOCAL */