Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/ChangeLog5
-rw-r--r--winsup/cygwin/include/cygwin/sys_time.h4
2 files changed, 8 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index fcd1c8c82..24d7b182c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2005-11-18 Christopher Faylor <cgf@timesys.com>
+ * include/cygwin/sys_time.h: Move futimes and lutimes declaration here
+ from newlib.
+
+2005-11-18 Christopher Faylor <cgf@timesys.com>
+
* times.cc (timezone): Put back (void).
* include/cygwin/time.h: Add more cygwin stuff from newlib.
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
}