* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from

newlib.
This commit is contained in:
Christopher Faylor 2005-11-18 16:08:33 +00:00
parent d7d477b7f7
commit bc293af0e5
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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).

View File

@ -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
}