| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
these at the moment, but applications that test for them will now
have a better chance of compiling.
I have intentionally omitted errnos that are only good for STREAMS,
since apps that use STREAMS won't compile anyway. The exception is
EPROTO, which was apparently intended for STREAMS, but worth having
anyway because Linux (mis)uses it for other things.
|
|
|
|
|
|
| |
to avoid all syscalls pulling in sys_errlst[].
Noted by: bde
|
|
|
|
| |
Persuaded by: Google
|
|
|
|
|
|
| |
#define EDOFUS 88 /* Programming error */
This can be used to signal error situations which indicate that the
program logic or assumptions is deficient.
|
|
|
|
| |
I believe have made all of libc .c's as consistent as possible.
|
| |
|
|
|
|
|
|
| |
PR: 11285
Submitted by: Chris Costello <chris@calldei.com>
Reviewed by: phk
|
|
|