aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-05-26 20:31:12 +0000
committerUlrich Drepper <drepper@redhat.com>2000-05-26 20:31:12 +0000
commitad92208d51264402c27c32d1c5f414837bd34016 (patch)
tree222108cadd3535401468046faf90eddf0f7e6574 /ChangeLog
parentcddf254d1739c51406a13047916a634e4f7f7f66 (diff)
downloadglibc-ad92208d51264402c27c32d1c5f414837bd34016.tar
glibc-ad92208d51264402c27c32d1c5f414837bd34016.tar.gz
glibc-ad92208d51264402c27c32d1c5f414837bd34016.tar.bz2
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--ChangeLog4
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.