aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-08-21 16:02:48 +0000
committerAndreas Jaeger <aj@suse.de>2000-08-21 16:02:48 +0000
commitd4b0774fc60f6389cccc12538e7ff29ba3f50fc7 (patch)
tree32efc292a9e3c7d48afccce3a046a666fb0c79cf /ChangeLog
parent3d421b2845df67a2e1f0a9da0b7101f87872eee6 (diff)
downloadglibc-d4b0774fc60f6389cccc12538e7ff29ba3f50fc7.tar
glibc-d4b0774fc60f6389cccc12538e7ff29ba3f50fc7.tar.gz
glibc-d4b0774fc60f6389cccc12538e7ff29ba3f50fc7.tar.bz2
glibc-d4b0774fc60f6389cccc12538e7ff29ba3f50fc7.zip
Update.
2000-08-21 Andreas Jaeger <aj@suse.de> * include/poll.h: Include include/sys/poll.h to get __poll declaration. * io/sys/poll.h: Move __poll declaration from here... * include/sys/poll.h: ...to here. * include/sys/socket.h (__getpeername): Add declaration. * include/wchar.h (__vswprintf): Add declaration. * include/stdio.h (__flockfile): Add declaration. (__funlockfile): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccffcd7873..b8831285a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2000-08-21 Andreas Jaeger <aj@suse.de>
+
+ * include/poll.h: Include include/sys/poll.h to get __poll
+ declaration.
+
+ * io/sys/poll.h: Move __poll declaration from here...
+ * include/sys/poll.h: ...to here.
+
+ * include/sys/socket.h (__getpeername): Add declaration.
+
+ * include/wchar.h (__vswprintf): Add declaration.
+
+ * include/stdio.h (__flockfile): Add declaration.
+ (__funlockfile): Likewise.
+
2000-08-20 Ulrich Drepper <drepper@redhat.com>
* misc/sys/cdefs.h: Define __restrict_arr.