mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-19 04:49:25 +08:00
* include/cygwin/sys_time.h: Move futimes and lutimes declaration here from
newlib.
This commit is contained in:
parent
d7d477b7f7
commit
bc293af0e5
@ -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).
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user