* libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.

This commit is contained in:
Corinna Vinschen 2008-05-23 12:33:50 +00:00
parent 7075440208
commit 1fc3031588
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2008-05-23 Corinna Vinschen <corinna@vinschen.de>
* libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.
2008-05-22 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/reent.h: Add _h_errno field.

View File

@ -178,6 +178,7 @@ extern int open _PARAMS ((const char *, int, ...));
extern int creat _PARAMS ((const char *, mode_t));
extern int fcntl _PARAMS ((int, int, ...));
#ifdef __CYGWIN__
#include <sys/time.h>
extern int futimesat _PARAMS ((int, const char *, const struct timeval *));
extern int openat _PARAMS ((int, const char *, int, ...));
extern int unlinkat _PARAMS ((int, const char *, int));