Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2007-12-02 15:34:13 +0300
committerCorinna Vinschen <corinna@vinschen.de>2007-12-02 15:34:13 +0300
commit4ba25b47bb2115d9d661670a887b5beea7ae3e1f (patch)
tree15991876b9c10c3d800faacf7a944dbfe471d134
parent33161c7764f46120ce92820bcad3fdbebe80203e (diff)
* include/ftw.h: Include sys/cdefs.h.
-rw-r--r--winsup/cygwin/ChangeLog9
-rw-r--r--winsup/cygwin/include/ftw.h1
2 files changed, 5 insertions, 5 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 674f72936..ff78bf8bb 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -5,11 +5,6 @@
(timezone): Only define if __timezonefunc__ is undefined.
2007-12-01 Corinna Vinschen <corinna@vinschen.de>
-
- * include/cygwin/time.h: Only define timezone if __timezonefunc__
- is undefined.
-
-2007-12-01 Corinna Vinschen <corinna@vinschen.de>
Brian Dessent <brian@dessent.net>
* Makefile.in (OBSOLETE_FUNCTIONS): Add timezone.
@@ -342,6 +337,10 @@
* sigproc.cc (child_info::child_info): Set msv_count to non-zero
value only on systems requiring it.
+2007-01-28 Corinna Vinschen <corinna@vinschen.de>
+
+ * include/ftw.h: Include sys/cdefs.h.
+
2007-01-18 Corinna Vinschen <corinna@vinschen.de>
* mmap.cc (list::hash): Fix type to __ino64_t.
diff --git a/winsup/cygwin/include/ftw.h b/winsup/cygwin/include/ftw.h
index f57cc091b..501081e73 100644
--- a/winsup/cygwin/include/ftw.h
+++ b/winsup/cygwin/include/ftw.h
@@ -27,6 +27,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/cdefs.h>
/*
* Valid flags for the 3rd argument to the function that is passed as the