diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-05-26 20:31:12 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-05-26 20:31:12 +0000 |
commit | ad92208d51264402c27c32d1c5f414837bd34016 (patch) | |
tree | 222108cadd3535401468046faf90eddf0f7e6574 /ChangeLog | |
parent | cddf254d1739c51406a13047916a634e4f7f7f66 (diff) | |
download | glibc-ad92208d51264402c27c32d1c5f414837bd34016.tar.gz glibc-ad92208d51264402c27c32d1c5f414837bd34016.tar.xz glibc-ad92208d51264402c27c32d1c5f414837bd34016.zip |
Update.
* posix/Makefile (tests): Add tst-truncate and tst-truncate64. * posix/tst-truncate.c: New file. * posix/tst-truncate64.c: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d18a0ccd6b..52771ad65d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2000-05-26 Ulrich Drepper <drepper@redhat.com> + * posix/Makefile (tests): Add tst-truncate and tst-truncate64. + * posix/tst-truncate.c: New file. + * posix/tst-truncate64.c: New file. + * sysdeps/unix/sysv/linux/pread64.c: The little/big endian code was switched. |