diff options
author | Nick Clifton <nickc@redhat.com> | 2003-06-11 08:44:40 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-06-11 08:44:40 +0000 |
commit | 0efe117b5c7a9c50d68a1e791a09bf9c418d096f (patch) | |
tree | a0704651e333e182a93f1faf801ebb42cdc153e2 /newlib/ChangeLog | |
parent | 7e9ae1908deb9e902f3e5169ec8cdebc08b3eb1b (diff) | |
download | cygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.tar.gz cygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.tar.bz2 cygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.zip |
Fix typo
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 dabd5d7c4..91c65b19f 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2003-06-11 Nick Clifton <nickc@redhat.com> + + * libc/reent/reent.c (reclaim_reent): Fix typo in code to free + _on_exit_args_ptr. + 2003-06-10 Stan Cox <scox@redhat.com> Anthony Green <green@redhat.com> |