_errnop
extern int *_errnop(void);
#define errno (*(_errnop()))
GET_REAL_FUNCTION(int*, _errnop, (void));
HIDDEN_FUNCTION(_errnop);