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:
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 4adf5c1b9..dd96d27ee 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2005-11-03 Shaun Jackman <sjackman@gmail.com>
+
+ * libc/include/sys/unistd.h (readlink, symlink): Provide these
+ prototypes by default.
+ * libc/sys/linux/include/unistd.h (readlink): Remove this
+ prototype.
+ * libc/sys/linux/sys/unistd.h (readlink, symlink): New
+ prototypes.
+
2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org>
* libc/include/stdint.h: Cleanup #if vs. #ifdef.