summaryrefslogtreecommitdiffstats
path: root/share/doc/grepc/examples/glibc/errno
blob: 15102b813e63f7b3b21e6baf06a4f81d674f5d45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16


./include/errno.h:20:
#  define errno rtld_errno


./include/errno.h:27:
#   define errno __libc_errno


./include/errno.h:29:
#   define errno errno		/* For #ifndef errno tests.  */


./stdlib/errno.h:38:
# define errno (*__errno_location ())