Add a descriptive comment to previous.

This commit is contained in:
kleink 2000-03-14 19:16:03 +00:00
parent 69043b3644
commit e2a9e82243
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: errno.h,v 1.23 2000/03/10 13:59:02 kleink Exp $ */
/* $NetBSD: errno.h,v 1.24 2000/03/14 19:16:03 kleink Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@ -161,9 +161,11 @@
#define EOVERFLOW 84 /* Value too large to be stored in data type */
#endif /* _POSIX_SOURCE */
/* Wide/multibyte-character handling, ISO/IEC 9899/AMD1:1995 */
#define EILSEQ 85 /* Illegal byte sequence */
#define ELAST 85 /* Must equal largest errno */
#ifdef _KERNEL
/* pseudo-errors returned inside kernel to modify return to process */
#define ERESTART -1 /* restart syscall */