From 470947aec4808831798ae46b9e49491225111d07 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Fri, 3 Feb 2006 05:28:06 +0000 Subject: * sysdeps/unix/sysv/linux/futimesat.c [__NR_futimesat] (futimesat): If file is NULL use __futimes. * include/sys/time.h: Declare __futimes. --- include/sys/time.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/sys/time.h b/include/sys/time.h index c70396f..ec40552 100644 --- a/include/sys/time.h +++ b/include/sys/time.h @@ -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) -- cgit v1.1