From 1fc3031588af7a648d1df6d9d79046fc39f0cb08 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Fri, 23 May 2008 12:33:50 +0000 Subject: * libc/include/sys/_default_fcntl.h: Include on Cygwin. --- newlib/ChangeLog | 4 ++++ newlib/libc/include/sys/_default_fcntl.h | 1 + 2 files changed, 5 insertions(+) (limited to 'newlib') diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 11867b60e..652be51c7 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2008-05-23 Corinna Vinschen + + * libc/include/sys/_default_fcntl.h: Include on Cygwin. + 2008-05-22 Jeff Johnston * libc/include/sys/reent.h: Add _h_errno field. diff --git a/newlib/libc/include/sys/_default_fcntl.h b/newlib/libc/include/sys/_default_fcntl.h index 2a5dede44..ccef6132e 100644 --- a/newlib/libc/include/sys/_default_fcntl.h +++ b/newlib/libc/include/sys/_default_fcntl.h @@ -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 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)); -- cgit v1.2.3