mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 10:22:41 +08:00
* sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat]
(futimesat): If file is NULL use __futimes. * include/sys/time.h: Declare __futimes.
This commit is contained in:
parent
86231f04f0
commit
470947aec4
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user