__errno
int *__errno(void);
#define errno (*__errno())
extern int *__errno(void);
*__errno() = 22; /* EINVAL */
*__errno() = 22; /* EINVAL */
*__errno() = 22; /* EINVAL */
DEF_STRONG(__errno);
DEF_STRONG(__errno);
PROTO_NORMAL(__errno);
PROTO_NORMAL(__errno);