Changeset 389
- Timestamp:
- Jul 15, 2003, 8:49:55 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/src/lib/misc/syserr.c
-
Property cvs2svn:cvs-rev
changed from
1.4
to1.5
r388 r389 16 16 /* 9 EBADF */ "Bad file number", 17 17 /* 10 ECHILD */ "No children", 18 /* 11 E AGAIN */ "Resource temporarily unavailable",18 /* 11 EDEADLK */ "Resource deadlock avoided", 19 19 /* 12 ENOMEM */ "Not enough memory", 20 20 /* 13 EACCES */ "Permission denied", 21 21 /* 14 EFAULT */ "Bad address", 22 /* 15 ENO LCK */ "No locks available",22 /* 15 ENOTBLK */ "Block device required", 23 23 /* 16 EBUSY */ "Resource busy", 24 24 /* 17 EEXIST */ "File exists", … … 31 31 /* 24 EMFILE */ "Too many open files", 32 32 /* 25 ENOTTY */ "Inappropriate ioctl", 33 /* 26 EDEADLK */ "Resource deadlock avoided",33 /* 26 ETXTBSY */ "Text file busy", 34 34 /* 27 EFBIG */ "File too large", 35 35 /* 28 ENOSPC */ "Disk full", … … 40 40 /* 33 EDOM */ "Domain error", 41 41 /* 34 ERANGE */ "Result too large", 42 /* 35 E NOTEMPTY */ "Directory not empty",42 /* 35 EAGAIN */ "Resource temporarily unavailable", 43 43 /* 36 EINPROGRESS */ "Operation now in progress", 44 /* 37 E NOSYS */ "Function not implemented",45 /* 38 EN AMETOOLONG */ "File name too long",44 /* 37 EALREADY */ "Operation already in progress" 45 /* 38 ENOTSOCK */ "Socket operation on non-socket", 46 46 /* 39 EDESTADDRREQ */ "Destination address required", 47 47 /* 40 EMSGSIZE */ "Message too long", … … 68 68 /* 61 ECONNREFUSED */ "Connection refused", 69 69 /* 62 ELOOP */ "Too many levels of symbolic links", 70 /* 63 EN OTSOCK */ "Socket operation on non-socket",70 /* 63 ENAMETOOLONG */ "File name too long", 71 71 /* 64 EHOSTDOWN */ "Host is down", 72 72 /* 65 EHOSTUNREACH */ "No route to host", 73 /* 66 EALREADY */ "Operation already in progress" 73 /* 66 ENOTEMPTY */ "Directory not empty", 74 /* 67 Exxxxx */ "unused error number", 75 /* 68 Exxxxx */ "unused error number", 76 /* 69 Exxxxx */ "unused error number", 77 /* 70 Exxxxx */ "unused error number", 78 /* 71 Exxxxx */ "unused error number", 79 /* 72 Exxxxx */ "unused error number", 80 /* 73 Exxxxx */ "unused error number", 81 /* 74 Exxxxx */ "unused error number", 82 /* 75 Exxxxx */ "unused error number", 83 /* 76 Exxxxx */ "unused error number", 84 /* 77 ENOLCK */ "No locks available", 85 /* 78 ENOSYS */ "Function not implemented", 74 86 }; 75 87 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.