diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2010-06-09 15:15:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2010-06-09 15:15:35 +0000 |
commit | 492efa069bc0c2a5a1e79e45b738fc80017cb726 (patch) | |
tree | 88ed91671f1bca7a4cbd72ff48b27e01c9fe7e6a /newlib/ChangeLog | |
parent | 03c991fed424115703ea91cdd38d37108aa3afed (diff) | |
download | cygnal-492efa069bc0c2a5a1e79e45b738fc80017cb726.tar.gz cygnal-492efa069bc0c2a5a1e79e45b738fc80017cb726.tar.bz2 cygnal-492efa069bc0c2a5a1e79e45b738fc80017cb726.zip |
* libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to be
binary compatible with normal layout.
(_REENT_INIT): Adjust to match struct layout.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index cf840ee35..417c9fc51 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,9 @@ +2010-06-09 Paul Brook <paul@codesourcery.com> + + * libc/include/sys/reent.h (_reent): Adjust _REENT_SMALL to be + binary compatible with normal layout. + (_REENT_INIT): Adjust to match struct layout. + 2010-06-08 Jeff Johnston <jjohnstn@redhat.com> * libc/include/wordexp.h: Add __cplusplus wrapper. |