Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Add a descriptive comment to previous.



details:   https://anonhg.NetBSD.org/src/rev/2c651733f97c
branches:  trunk
changeset: 483636:2c651733f97c
user:      kleink <kleink%NetBSD.org@localhost>
date:      Tue Mar 14 19:16:03 2000 +0000

description:
Add a descriptive comment to previous.

diffstat:

 sys/sys/errno.h |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7b7a8dad375e -r 2c651733f97c sys/sys/errno.h
--- a/sys/sys/errno.h   Tue Mar 14 19:14:29 2000 +0000
+++ b/sys/sys/errno.h   Tue Mar 14 19:16:03 2000 +0000
@@ -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 */



Home | Main Index | Thread Index | Old Index