Rev 2479 | Rev 2733 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2479 | Rev 2705 | ||
|---|---|---|---|
| Line 35... | Line 35... | ||
| 35 | #ifndef LIBC_ERRNO_H_ |
35 | #ifndef LIBC_ERRNO_H_ |
| 36 | #define LIBC_ERRNO_H_ |
36 | #define LIBC_ERRNO_H_ |
| 37 | 37 | ||
| 38 | #include <kernel/errno.h> |
38 | #include <kernel/errno.h> |
| 39 | 39 | ||
| - | 40 | #define ENAMETOOLONG (-256) |
|
| - | 41 | #define EISDIR (-257) |
|
| - | 42 | #define ENOTDIR (-258) |
|
| - | 43 | #define ENOSPC (-259) |
|
| - | 44 | #define EEXIST (-260) |
|
| - | 45 | ||
| 40 | #endif |
46 | #endif |
| 41 | 47 | ||
| 42 | /** @} |
48 | /** @} |
| 43 | */ |
49 | */ |