diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-02-03 05:28:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-02-03 05:28:06 +0000 |
commit | 470947aec4808831798ae46b9e49491225111d07 (patch) | |
tree | f4c52d14c0869d67123a31a5774a8e9e7c95c454 /ChangeLog | |
parent | 86231f04f0d7e84566666e16b503c96f9c7c04c1 (diff) | |
download | glibc-470947aec4808831798ae46b9e49491225111d07.tar.gz glibc-470947aec4808831798ae46b9e49491225111d07.tar.xz glibc-470947aec4808831798ae46b9e49491225111d07.zip |
* sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] cvs/fedora-glibc-20060203T0932
(futimesat): If file is NULL use __futimes. * include/sys/time.h: Declare __futimes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 120d2638be..9959a91797 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-02-02 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] + (futimesat): If file is NULL use __futimes. + * include/sys/time.h: Declare __futimes. + 2006-02-02 Roland McGrath <roland@redhat.com> * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): Use the same |