Update ELAST.

This commit is contained in:
Poul-Henning Kamp 2002-08-09 14:54:33 +00:00
parent 9b32d51a51
commit 190c0c27be
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101587

View File

@ -168,10 +168,11 @@ __END_DECLS
#define ECANCELED 85 /* Operation canceled */
#define EILSEQ 86 /* Illegal byte sequence */
#define ENOATTR 87 /* Attribute not found */
#define ELAST 87 /* Must be equal largest errno */
#define EDOFUS 88 /* Programming error */
#define ELAST 88 /* Must be equal largest errno */
#endif /* _POSIX_SOURCE */
#ifdef _KERNEL