* libc/include/sys/_default_fcntl.h: Include <sys/time.h> on Cygwin.
This commit is contained in:
parent
7075440208
commit
1fc3031588
@ -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>
|
2008-05-22 Jeff Johnston <jjohnstn@redhat.com>
|
||||||
|
|
||||||
* libc/include/sys/reent.h: Add _h_errno field.
|
* libc/include/sys/reent.h: Add _h_errno field.
|
||||||
|
@ -178,6 +178,7 @@ extern int open _PARAMS ((const char *, int, ...));
|
|||||||
extern int creat _PARAMS ((const char *, mode_t));
|
extern int creat _PARAMS ((const char *, mode_t));
|
||||||
extern int fcntl _PARAMS ((int, int, ...));
|
extern int fcntl _PARAMS ((int, int, ...));
|
||||||
#ifdef __CYGWIN__
|
#ifdef __CYGWIN__
|
||||||
|
#include <sys/time.h>
|
||||||
extern int futimesat _PARAMS ((int, const char *, const struct timeval *));
|
extern int futimesat _PARAMS ((int, const char *, const struct timeval *));
|
||||||
extern int openat _PARAMS ((int, const char *, int, ...));
|
extern int openat _PARAMS ((int, const char *, int, ...));
|
||||||
extern int unlinkat _PARAMS ((int, const char *, int));
|
extern int unlinkat _PARAMS ((int, const char *, int));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user