summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-18 16:08:33 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-18 16:08:33 +0000
commitbc293af0e55a6ffb584ea62b57fff9878309c187 (patch)
treef750db33bc8627e3d1a01cbd4a6f9e9ab6625056
parentd7d477b7f79cde6cbfd455c5355fe3a959e25d5b (diff)
downloadcygnal-bc293af0e55a6ffb584ea62b57fff9878309c187.tar.gz
cygnal-bc293af0e55a6ffb584ea62b57fff9878309c187.tar.bz2
cygnal-bc293af0e55a6ffb584ea62b57fff9878309c187.zip
* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from
newlib.
-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
}