diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-03 17:27:56 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-03 17:27:56 +0000 |
commit | 20b0251ab3d62281dc4213a9a930883bcbf57cd5 (patch) | |
tree | f375be2cfd8f8538d0e608d18a7dd48ca8cfaecd /newlib/ChangeLog | |
parent | 1e98729b2a230b271b4a5f56f80ca56e32d790a7 (diff) | |
download | newlib-20b0251ab3d62281dc4213a9a930883bcbf57cd5.zip newlib-20b0251ab3d62281dc4213a9a930883bcbf57cd5.tar.gz newlib-20b0251ab3d62281dc4213a9a930883bcbf57cd5.tar.bz2 |
2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com>
* libc/include/stdio.h (_ungetc_r): New prototype.
* libc/stdio/ungetc.c (_ungetc_r): New reentrant function.
(__submore): Add reentrant struct pointer argument.
(ungetc): Change to call _ungetc_r.
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 6c2c4c4..b9a55a4 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,10 @@ +2004-05-03 Artem B. Bityuckiy <abitytsky@softminecorp.com> + + * libc/include/stdio.h (_ungetc_r): New prototype. + * libc/stdio/ungetc.c (_ungetc_r): New reentrant function. + (__submore): Add reentrant struct pointer argument. + (ungetc): Change to call _ungetc_r. + 2004-04-28 Artem B. Bityuckiy <abitytsky@softminecorp.com> * libc/stdio/local.h (_fwalk_reent): Specify prototype of |