|
Last change
on this file since 2137 was 2036, checked in by bird, 20 years ago |
|
Initial revision
|
-
Property cvs2svn:cvs-rev
set to
1.1
-
Property svn:eol-style
set to
native
-
Property svn:executable
set to
*
-
Property svn:keywords
set to
Author Date Id Revision
|
|
File size:
1.4 KB
|
| Line | |
|---|
| 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
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.