about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2007-05-19 03:30:44 +0000
committerUlrich Drepper <drepper@redhat.com>2007-05-19 03:30:44 +0000
commiteb4b098a99573c186e1c0beaec29aeab033e7769 (patch)
treee36c78023705c4efa9f038a69282c4d5abb10765 /ChangeLog
parent69e5cbf596f07bbea7f23ed92a29ce573508da2e (diff)
downloadglibc-eb4b098a99573c186e1c0beaec29aeab033e7769.tar.gz
glibc-eb4b098a99573c186e1c0beaec29aeab033e7769.tar.xz
glibc-eb4b098a99573c186e1c0beaec29aeab033e7769.zip
* rt/tst-shm.c: Use fstat64 instead of fstat.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6b0b94f24..926e321aff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2007-05-18  Ulrich Drepper  <drepper@redhat.com>
 
+	* rt/tst-shm.c: Use fstat64 instead of fstat.
+
 	* sysdeps/unix/sysv/linux/i386/sync_file_range.S: Fix case where
 	__NR_sync_file_range is not defined.