summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2005-03-01 21:33:48 +0000
committerRoland McGrath <roland@gnu.org>2005-03-01 21:33:48 +0000
commit95ca9dd3fcedccb4771f233ae10bb48f029b1743 (patch)
treeb4e1d6daaf9836ad1b72ffe7a5adabac148ed91d /ChangeLog
parent25e3dd28e4c3d39676fe65813a336d82552ef304 (diff)
* posix/bits/unistd.h (read, pread, pread64): Use __bos0 insteadcvs/fedora-glibc-20050302T1820
of __bos. * socket/bits/socket2.h (recv, recvfrom): Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66da7b6f65..f7e66a6dd0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-01 Jakub Jelinek <jakub@redhat.com>
+
+ * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
+ of __bos.
+ * socket/bits/socket2.h (recv, recvfrom): Likewise.
+
2005-03-01 Roland McGrath <roland@redhat.com>
[BZ #721]