summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 10ffe9d24..d45432757 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,11 @@
+2009-12-08 Eric Blake <ebb9@byu.net>
+
+ Fix some *at declarations.
+ * libc/include/stdio.h (symlinkat): Move this...
+ * libc/include/sys/_default_fcntl.h (unlinkat): ...and this...
+ * libc/include/sys/unistd.h (symlinkat, unlinkat): ...here, to
+ match POSIX.
+
2009-12-03 Craig Howland <howland@LGSInnovations.com>
* libc/stdlib/strtod.c: Correct "NO_REENT" to "_REENT_ONLY".