repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* malloc/arena.c (ptmalloc_init): Don't use brk if dlopened
[glibc.git]
/
conform
/
data
/
errno.h-data
blob
67225248a28035630122552b2c126fda173e4e07
1
constant EDOM
2
constant EILSEQ
3
constant ERANGE
4
5
#ifndef ISO
6
constant E2BIG
7
constant EACCES
8
constant EADDRINUSE
9
constant EADDRNOTAVAIL
10
constant EAFNOSUPPORT
11
constant EAGAIN
12
constant EALREADY
13
constant EBADF
14
constant EBADMSG
15
constant EBUSY
16
constant ECANCELED
17
constant ECHILD
18
constant ECONNABORTED
19
constant ECONNREFUSED
20
constant ECONNRESET
21
constant EDEADLK
22
constant EDESTADDRREQ
23
constant EDQUOT
24
constant EEXIST
25
constant EFAULT
26
constant EFBIG
27
constant EHOSTUNREACH
28
constant EIDRM
29
constant EINPROGRESS
30
constant EINTR
31
constant EINVAL
32
constant EIO
33
constant EISCONN
34
constant EISDIR
35
constant ELOOP
36
constant EMFILE
37
constant EMLINK
38
constant EMSGSIZE
39
constant EMULTIHOP
40
constant ENAMETOOLONG
41
constant ENETDOWN
42
constant ENETUNREACH
43
constant ENFILE
44
constant ENOBUFS
45
constant ENODATA
46
constant ENODEV
47
constant ENOENT
48
constant ENOEXEC
49
constant ENOLCK
50
constant ENOLINK
51
constant ENOMEM
52
constant ENOMSG
53
constant ENOPROTOOPT
54
constant ENOSPC
55
constant ENOSR
56
constant ENOSTR
57
constant ENOSYS
58
constant ENOTCONN
59
constant ENOTDIR
60
constant ENOTEMPTY
61
constant ENOTSOCK
62
constant ENOTSUP
63
constant ENOTTY
64
constant ENXIO
65
constant EOPNOTSUPP
66
constant EOVERFLOW
67
constant EPERM
68
constant EPIPE
69
constant EPROTO
70
constant EPROTONOSUPPORT
71
constant EPROTOTYPE
72
constant EROFS
73
constant ESPIPE
74
constant ESRCH
75
constant ESTALE
76
constant ETIME
77
constant ETIMEDOUT
78
constant ETXTBSY
79
constant EWOULDBLOCK
80
constant EXDEV
81
82
// variable int errno
83
allow errno
84
85
allow E*
86
allow *_t
87
#endif