about summary refs log tree commit diff
path: root/sysdeps/gnu/errlist.awk
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-09 11:21:20 +0000
committerRoland McGrath <roland@gnu.org>1996-07-09 11:21:20 +0000
commit20121a6ac20809e8472347163344c2e9ffe70f35 (patch)
treed1e7c0a95d44bd9303789f17de020087290ab731 /sysdeps/gnu/errlist.awk
parent3dbe15814da9f55274105b9b305941e573499576 (diff)
downloadglibc-20121a6ac20809e8472347163344c2e9ffe70f35.tar.gz
glibc-20121a6ac20809e8472347163344c2e9ffe70f35.tar.xz
glibc-20121a6ac20809e8472347163344c2e9ffe70f35.zip
* sysdeps/mach/hurd/Makefile (stamp-errnos): Uncomment CVS commit cmds.
	* sysdeps/gnu/errlist.awk: Undo mib's bogus changes.  The
	sysdeps/mach/hurd/errnos.awk bug fix was the only correct change.
Diffstat (limited to 'sysdeps/gnu/errlist.awk')
-rw-r--r--sysdeps/gnu/errlist.awk2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/gnu/errlist.awk b/sysdeps/gnu/errlist.awk
index 6c84b2e4f4..e6ca81a4ad 100644
--- a/sysdeps/gnu/errlist.awk
+++ b/sysdeps/gnu/errlist.awk
@@ -50,8 +50,6 @@ errnoh == 2 && $1 == "@deftypevr" && $2 == "Macro" && $3 == "int" \
 errnoh == 3 && $1 == "@comment" && $2 == "errno" \
   {
     errno = $3 + 0;
-    if (errno == 0)
-      next;
     if (alias[e])
       printf "#if defined (%s) && %s != %s\n", e, e, alias[e];
     else