| 176 |
#ifndef _POSIX_SOURCE |
#ifndef _POSIX_SOURCE |
| 177 |
#define ENOTCAPABLE 93 /* Capabilities insufficient */ |
#define ENOTCAPABLE 93 /* Capabilities insufficient */ |
| 178 |
#define ECAPMODE 94 /* Not permitted in capability mode */ |
#define ECAPMODE 94 /* Not permitted in capability mode */ |
| 179 |
|
#define ENOTRECOVERABLE 95 /* State not recoverable */ |
| 180 |
|
#define EOWNERDEAD 96 /* Previous owner died */ |
| 181 |
#endif /* _POSIX_SOURCE */ |
#endif /* _POSIX_SOURCE */ |
| 182 |
|
|
| 183 |
#ifndef _POSIX_SOURCE |
#ifndef _POSIX_SOURCE |
| 184 |
#define ELAST 94 /* Must be equal largest errno */ |
#define ELAST 96 /* Must be equal largest errno */ |
| 185 |
#endif /* _POSIX_SOURCE */ |
#endif /* _POSIX_SOURCE */ |
| 186 |
|
|
| 187 |
#ifdef _KERNEL |
#ifdef _KERNEL |