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
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-01-29 00:03:41 +0300
committerCorinna Vinschen <corinna@vinschen.de>2015-01-29 00:03:41 +0300
commit3e4183d15bbdbf4ae0086f970aedca11d577561b (patch)
tree0755e9b1fe43ef8378910e31775bf96ac80a8d8b /newlib
parent4c8daae24d967231747e8d6935456f4e8eebe9bc (diff)
* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
Diffstat (limited to 'newlib')
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/include/sys/time.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index c2270b52b..f91415f0f 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2015-01-28 Christian Eggers <ceggers@gmx.de>
+
+ * libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
+
2015-01-23 Corinna Vinschen <vinschen@redhat.com>
Complete action from 2001-12-18:
diff --git a/newlib/libc/include/sys/time.h b/newlib/libc/include/sys/time.h
index be16497fc..470a1a640 100644
--- a/newlib/libc/include/sys/time.h
+++ b/newlib/libc/include/sys/time.h
@@ -6,6 +6,7 @@
#define _SYS_TIME_H_
#include <_ansi.h>
+#include <sys/cdefs.h>
#include <sys/types.h>
#ifdef __cplusplus