projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64fae3c
)
Tue Jul 9 06:19:29 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
author
roland
<roland>
Tue, 9 Jul 1996 11:20:48 +0000
(11:20 +0000)
committer
roland
<roland>
Tue, 9 Jul 1996 11:20:48 +0000
(11:20 +0000)
* sysdeps/gnu/errlist.awk: Undo mib's bogus changes. The
sysdeps/mach/hurd/errnos.awk bug fix was the only correct change.
sysdeps/gnu/errlist.awk
patch
|
blob
|
history
diff --git
a/sysdeps/gnu/errlist.awk
b/sysdeps/gnu/errlist.awk
index
6c84b2e
..
e6ca81a
100644
(file)
--- 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