Mercurial > flash_v2
diff 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 |
line wrap: on
line diff
--- a/packages/error/current/include/codes.h +++ b/packages/error/current/include/codes.h @@ -127,6 +127,7 @@ typedef int Cyg_ErrNo; #define EDEADLOCK EDEADLK #define ENOSYS 38 /* Function not implemented */ #define ENAMETOOLONG 60 /* File name too long */ +#define ENOTEMPTY 66 /* Directory not empty */ #define ENOTSUP 95 /* Not supported error */ #define EEOF 200 /* End of file reached */ #define ENOSUPP 201 /* Operation not supported */
