diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-03-03 17:08:56 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-03-03 17:08:56 +0000 |
commit | 05510ae6592bc7a03b8ffd44af3150bbb6d0b8ab (patch) | |
tree | f41533c870414ff6027514157d1dee585c5156ed /ChangeLog | |
parent | 680d780a4b28cfbae5bfd7f41f370e34d4ea0e40 (diff) | |
download | glibc-05510ae6592bc7a03b8ffd44af3150bbb6d0b8ab.tar.gz glibc-05510ae6592bc7a03b8ffd44af3150bbb6d0b8ab.tar.xz glibc-05510ae6592bc7a03b8ffd44af3150bbb6d0b8ab.zip |
* posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 609538b0b0..95d3a9e799 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-03-03 Jakub Jelinek <jakub@redhat.com> + + * posix/bits/unistd.h (pread, pread64): Don't swap function arguments. + 2005-03-01 H.J. Lu <hongjiu.lu@intel.com> [BZ #776] |