]> sourceware.org Git - glibc.git/commitdiff
* sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] cvs/fedora-glibc-20060203T0932
authorUlrich Drepper <drepper@redhat.com>
Fri, 3 Feb 2006 05:28:06 +0000 (05:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 3 Feb 2006 05:28:06 +0000 (05:28 +0000)
(futimesat): If file is NULL use __futimes.
* include/sys/time.h: Declare __futimes.

ChangeLog
include/sys/time.h

index 120d2638becff6f6c93e380a64757d29d4160e7d..9959a917975fd01780617fe32506f67a9689c588 100644 (file)
--- 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
index c70396f04eac6fa1caa3c1bc01cae63bbe923454..ec4055276ed557af4c835394ae3df308979d778e 100644 (file)
@@ -20,6 +20,7 @@ extern int __setitimer (enum __itimer_which __which,
        attribute_hidden;
 extern int __utimes (__const char *__file, const struct timeval __tvp[2])
        attribute_hidden;
+extern int __futimes (int fd, __const struct timeval tvp[2]) attribute_hidden;
 
 #ifndef NOT_IN_libc
 # define __gettimeofday(tv, tz) INTUSE(__gettimeofday) (tv, tz)
This page took 0.05191 seconds and 5 git commands to generate.