summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7df0807d3..9b98919b2 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,13 @@
+2007-02-07 Corinna Vinschen <corinna@vinschen.de>
+
+ * libc/include/sys/features.h: Add definition of all supported
+ _POSIX_xxx values for Cygwin.
+ * libc/include/sys/types.h (pthread_rwlock_t): Omit definition
+ on Cygwin.
+ (pthread_rwlockattr_t): Ditto.
+ * libc/include/sys/unistd.h: Define all _SC_xxx values as
+ required by SUSv3. Unify formatting.
+
2007-02-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/sys/errno.h: Add ECANCELED.