diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2001-03-21 21:47:31 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2001-03-21 21:47:31 +0000 |
commit | 4833b38c4e0568a6b3f063c6eaee6ccf655b3312 (patch) | |
tree | 9192f22fe6ea92ee16b47eb25c7e4a58c1228aee /newlib/ChangeLog | |
parent | c0fb395ff347d5e46552c626b6684d0db53ae7f7 (diff) | |
download | newlib-4833b38c4e0568a6b3f063c6eaee6ccf655b3312.zip newlib-4833b38c4e0568a6b3f063c6eaee6ccf655b3312.tar.gz newlib-4833b38c4e0568a6b3f063c6eaee6ccf655b3312.tar.bz2 |
2001-03-21 Egor Duda <deo@logos-m.ru>
Allow building internal stubs for non-reentrant syscalls
if target provides its own malloc
* libc/reent/reent.c (errno): Move definition here.
* libc/reent/sbrkr.c: From here.
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r-- | newlib/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index e448368..617a396 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2001-03-21 Egor Duda <deo@logos-m.ru> + + Allow building internal stubs for non-reentrant syscalls + if target provides its own malloc + * libc/reent/reent.c (errno): Move definition here. + * libc/reent/sbrkr.c: From here. + 2001-03-20 Danny Smith <dannysmith@users.sourceforge.net> * libc/include/sys/types.h (BSD int typedefs): Guard with |