From bc293af0e55a6ffb584ea62b57fff9878309c187 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 18 Nov 2005 16:08:33 +0000 Subject: * include/cygwin/sys_time.h: Move futimes and lutimes declaration here from newlib. --- winsup/cygwin/ChangeLog | 5 +++++ winsup/cygwin/include/cygwin/sys_time.h | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index fcd1c8c82..24d7b182c 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +2005-11-18 Christopher Faylor + + * include/cygwin/sys_time.h: Move futimes and lutimes declaration here + from newlib. + 2005-11-18 Christopher Faylor * times.cc (timezone): Put back (void). diff --git a/winsup/cygwin/include/cygwin/sys_time.h b/winsup/cygwin/include/cygwin/sys_time.h index acf4b799d..1cbd8ae59 100644 --- a/winsup/cygwin/include/cygwin/sys_time.h +++ b/winsup/cygwin/include/cygwin/sys_time.h @@ -17,7 +17,9 @@ extern "C" { #endif -int clock_setres (clockid_t, struct timespec *); +int futimes (int, const struct timeval *); +int lutimes (const char *, const struct timeval *); + #ifdef __cplusplus } -- cgit v1.2.3