summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2006-01-08 08:27:49 +0000
committerRoland McGrath <roland@gnu.org>2006-01-08 08:27:49 +0000
commit9b121343547d646f5e511446588f0ff69b168211 (patch)
tree083619b520adf84060ba3126bed98efa0341cce6 /ChangeLog
parent7b1b6d57d0417dcf3e8db1ce13fcb245a0bf2c33 (diff)
* sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: Use
fcntl64 syscall instead.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9e07a4063e..a197726633 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2006-01-08 Roland McGrath <roland@redhat.com>
+ * sysdeps/unix/sysv/linux/futimes.c [!__NR_fcntl && __NR_fcntl64]: Use
+ fcntl64 syscall instead.
+
* stdio-common/tst-fmemopen2.c (do_test): Add a cast.
* stdio-common/printf-parsemb.c (__find_specmb): Likewise.