diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2005-11-18 17:40:21 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2005-11-18 17:40:21 +0000 |
commit | ef1206e45b813da90e2d249c28d0f60aac340d1a (patch) | |
tree | 7c3d4587b57645670438d66a6846e3ca73f5069a /newlib/ChangeLog | |
parent | bc293af0e55a6ffb584ea62b57fff9878309c187 (diff) | |
download | cygnal-ef1206e45b813da90e2d249c28d0f60aac340d1a.tar.gz cygnal-ef1206e45b813da90e2d249c28d0f60aac340d1a.tar.bz2 cygnal-ef1206e45b813da90e2d249c28d0f60aac340d1a.zip |
* libc/include/ieeefp.h: Add C++ guards.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e29e878d9..74e5111fb 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -38,6 +38,10 @@ * libc/include/string.h: Add cygwin-specific function declaration. +2005-11-07 Corinna Vinschen <corinna@vinschen.de> + + * libc/include/ieeefp.h: Add C++ guards. + 2005-11-03 Jeff Johnston <jjohnstn@redhat.com> * libc/unix/getcwd.c: Don't use non-reentrant syscall names. @@ -55,6 +59,7 @@ * libc/sys/linux/sys/unistd.h (readlink, symlink): New prototypes. +>>>>>>> 1.843 2005-11-01 Ralf Corsepius <ralf.corsepius@rtems.org> * libc/include/stdint.h: Cleanup #if vs. #ifdef. |