Mercurial > flash_v2
comparison packages/error/current/include/codes.h @ 1142:3144368d0ec4
* include/codes.h (ENOTEMPTY): Needed by the sysctl call in the
freeBSD stack.
| author | asl |
|---|---|
| date | Tue, 29 Jul 2003 20:09:58 +0000 |
| parents | d2c90368aeef |
| children |
comparison
equal
deleted
inserted
replaced
| 1141:cbe571614ad8 | 1142:3144368d0ec4 |
|---|---|
| 125 #define ERANGE 34 /* Math result cannot be represented */ | 125 #define ERANGE 34 /* Math result cannot be represented */ |
| 126 #define EDEADLK 35 /* Resource deadlock would occur */ | 126 #define EDEADLK 35 /* Resource deadlock would occur */ |
| 127 #define EDEADLOCK EDEADLK | 127 #define EDEADLOCK EDEADLK |
| 128 #define ENOSYS 38 /* Function not implemented */ | 128 #define ENOSYS 38 /* Function not implemented */ |
| 129 #define ENAMETOOLONG 60 /* File name too long */ | 129 #define ENAMETOOLONG 60 /* File name too long */ |
| 130 #define ENOTEMPTY 66 /* Directory not empty */ | |
| 130 #define ENOTSUP 95 /* Not supported error */ | 131 #define ENOTSUP 95 /* Not supported error */ |
| 131 #define EEOF 200 /* End of file reached */ | 132 #define EEOF 200 /* End of file reached */ |
| 132 #define ENOSUPP 201 /* Operation not supported */ | 133 #define ENOSUPP 201 /* Operation not supported */ |
| 133 #define EDEVNOSUPP 202 /* Device does not support this operation */ | 134 #define EDEVNOSUPP 202 /* Device does not support this operation */ |
| 134 | 135 |
