# 1 "errno.c" # 1 "../../../include/errno.h" 1 # 1 "../../../include/features.h" 1 # 51 "../../../include/features.h" # 1 "../../../include/sys/cdefs.h" 1 # 1 "../../../include/features.h" 1 # 76 "../../../include/features.h" # 4 "../../../include/sys/cdefs.h" 2 # 73 "../../../include/features.h" 2 # 4 "../../../include/errno.h" 2 # 1 "../../../include/linux/errno.h" 1 # 1 "../../../include/asm/errno.h" 1 # 4 "../../../include/linux/errno.h" 2 # 14 "../../../include/linux/errno.h" # 5 "../../../include/errno.h" 2 extern int sys_nerr; extern char * sys_errlist[]; extern int errno; extern void perror ( char* __s) ; extern char* strerror (int __errno) ; # 1 "errno.c" 2 int errno = 0; int * __errno_location ( void ) { return &errno; }