diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-01 21:33:48 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-01 21:33:48 +0000 |
commit | 95ca9dd3fcedccb4771f233ae10bb48f029b1743 (patch) | |
tree | b4e1d6daaf9836ad1b72ffe7a5adabac148ed91d /ChangeLog | |
parent | 25e3dd28e4c3d39676fe65813a336d82552ef304 (diff) | |
download | glibc-95ca9dd3fcedccb4771f233ae10bb48f029b1743.zip glibc-95ca9dd3fcedccb4771f233ae10bb48f029b1743.tar.gz glibc-95ca9dd3fcedccb4771f233ae10bb48f029b1743.tar.bz2 |
* 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-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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] |