summaryrefslogtreecommitdiffstats
path: root/newlib/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-06-11 08:44:40 +0000
committerNick Clifton <nickc@redhat.com>2003-06-11 08:44:40 +0000
commit0efe117b5c7a9c50d68a1e791a09bf9c418d096f (patch)
treea0704651e333e182a93f1faf801ebb42cdc153e2 /newlib/ChangeLog
parent7e9ae1908deb9e902f3e5169ec8cdebc08b3eb1b (diff)
downloadcygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.tar.gz
cygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.tar.bz2
cygnal-0efe117b5c7a9c50d68a1e791a09bf9c418d096f.zip
Fix typo
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
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>