diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-08-09 10:15:48 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2002-08-09 10:15:48 +0000 |
| commit | 9d6d1ee63ea463c4098f40ab21fd26ee9f64827c (patch) | |
| tree | e0a61008fc0cc411b650e78d443a046e63c9d309 /lib/libc/gen/errlst.c | |
| parent | ec5ca2eba75a21d9b9c2ce4e9114b1246b4f5fcd (diff) | |
Notes
Diffstat (limited to 'lib/libc/gen/errlst.c')
| -rw-r--r-- | lib/libc/gen/errlst.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libc/gen/errlst.c b/lib/libc/gen/errlst.c index 08a9625ba670..493a77844a0b 100644 --- a/lib/libc/gen/errlst.c +++ b/lib/libc/gen/errlst.c @@ -146,6 +146,9 @@ const char *const sys_errlist[] = { "Operation canceled", /* 85 - ECANCELED */ "Illegal byte sequence", /* 86 - EILSEQ */ "Attribute not found", /* 87 - ENOATTR */ + +/* General */ + "Programming error", /* 88 - EDOFUS */ }; int errno; const int sys_nerr = sizeof(sys_errlist) / sizeof(sys_errlist[0]); |
