]> Zhao Yanbai Git Server - minix.git/commit
Sync NBSD libc errno.h with minix errno.h
authorGianluca Guida <gianluca@minix3.org>
Fri, 4 Mar 2011 22:37:43 +0000 (22:37 +0000)
committerGianluca Guida <gianluca@minix3.org>
Fri, 4 Mar 2011 22:37:43 +0000 (22:37 +0000)
commit693842c8558cfa4a4e6ff057347992bf3c435e7e
treea8e09a366fa89682c2921e6595ccb323e2b82c7b
parentb87af1c32524d02533013de96f577afbe1a547f9
Sync NBSD libc errno.h with minix errno.h

This patch fixes some wrong error code number in nbsd libc's sys/errno.h
and adds new ones.

As in NetBSD the errno.h is used to automatically generate errlist.c array,
EBADCPU set to 1000 to be a bit too large, so we instruct the awk script
to stop at EDEADEPT (ELAST).
lib/nbsd_libc/gen/errlist-minix.awk
nbsd_include/sys/errno.h