summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-07 23:55:24 +0000
committerRoland McGrath <roland@gnu.org>1996-07-07 23:55:24 +0000
commit28160ffb1c1b768e0fca4ccdb2843252100b5b81 (patch)
treeb2b8a2c81003c82672e7d785264ac33e854e2a00 /ChangeLog
parentfaf85e08bcc5e1fd3d418b9ce11c8f2649d8415f (diff)
* sysdeps/gnu/errlist.awk (BEGIN): Initialize associative array ALIAS,
map EWOULDBLOCK->EAGAIN, EDEADLOCK->EDEADLK. (element printer): Check for elt in ALIAS, instead of special case for EWOULDBLOCK.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ff1a3ae90..31cf83f1c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
Sun Jul 7 18:42:06 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
+ * sysdeps/gnu/errlist.awk (BEGIN): Initialize associative array ALIAS,
+ map EWOULDBLOCK->EAGAIN, EDEADLOCK->EDEADLK.
+ (element printer): Check for elt in ALIAS, instead of special case
+ for EWOULDBLOCK.
+
* io/Makefile (headers): Add sys/vfs.h.
* io/sys/vfs.h: New file.