summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorJeff Johnston <jjohnstn@redhat.com>2009-12-17 19:43:43 +0000
committerJeff Johnston <jjohnstn@redhat.com>2009-12-17 19:43:43 +0000
commit8b917fbcdd82d165f1c9908d014696543767b34c (patch)
tree9f03d3c8764cd7fa8c5c5d110685c63e208eb77c /newlib/ChangeLog
parent6fe2eb4c808a670767e63c18abb1d3188a2575d2 (diff)
downloadcygnal-8b917fbcdd82d165f1c9908d014696543767b34c.tar.gz
cygnal-8b917fbcdd82d165f1c9908d014696543767b34c.tar.bz2
cygnal-8b917fbcdd82d165f1c9908d014696543767b34c.zip
2009-12-17 Jerker Back <jerker.back@gmail.com>
* libc/include/_ansi.h: Add new _EXFNPTR macro for using with function pointer arguments. * libc/iconv/lib/conv.h: Use _EXFNPTR rather than _EXPARM macro. * libc/iconv/lib/ucsconv.h: Ditto. * libc/include/stdlib.h: Use new _EXFNPTR macro for function pointers. * libc/include/sys/reent.h: Ditto. * libc/include/sys/unistd.h: Ditto. * libc/search/bsearch.c: Ditto. * libc/stdio/fseek.c: Ditto. * libc/stdio64/fseeko64.c: Ditto. * libc/stdlib/atexit.c: Ditto. * libc/stdlib/on_exit.c: Ditto.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 52c9a00fe..c5b258364 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,18 @@
+2009-12-17 Jerker Back <jerker.back@gmail.com>
+
+ * libc/include/_ansi.h: Add new _EXFNPTR macro for using with
+ function pointer arguments.
+ * libc/iconv/lib/conv.h: Use _EXFNPTR rather than _EXPARM macro.
+ * libc/iconv/lib/ucsconv.h: Ditto.
+ * libc/include/stdlib.h: Use new _EXFNPTR macro for function pointers.
+ * libc/include/sys/reent.h: Ditto.
+ * libc/include/sys/unistd.h: Ditto.
+ * libc/search/bsearch.c: Ditto.
+ * libc/stdio/fseek.c: Ditto.
+ * libc/stdio64/fseeko64.c: Ditto.
+ * libc/stdlib/atexit.c: Ditto.
+ * libc/stdlib/on_exit.c: Ditto.
+
2009-12-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* libc/include/machine/ieeefp.h: Rework __IEEE_*_ENDIAN handling.