Sign in
android
/
platform
/
external
/
musl
/
aa59d7880b1194c821029d464f93561a2600d57e
/
.
/
src
/
include
/
errno.h
blob: 8ec493777da94725d93e6706bd73daff7eb9fef9 [
file
] [
log
] [
blame
]
#ifndef
ERRNO_H
#define
ERRNO_H
#include
"../../include/errno.h"
#ifdef
__GNUC__
__attribute__
((
const
))
#endif
hidden
int
*
___errno_location
(
void
);
#undef
errno
#define
errno
(*
___errno_location
())
#endif