about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-10-11 04:32:44 +0000
committerUlrich Drepper <drepper@redhat.com>1999-10-11 04:32:44 +0000
commitcc97b1e5f0c84830f4937f2417928dd4d5f858b8 (patch)
tree668dabce5734c9b49350ce8780fe512d0fecc46d /ChangeLog
parent64ad0de291ebb06a0bb0ed9c6dd8e4069c9e7794 (diff)
downloadglibc-cc97b1e5f0c84830f4937f2417928dd4d5f858b8.tar.gz
glibc-cc97b1e5f0c84830f4937f2417928dd4d5f858b8.tar.xz
glibc-cc97b1e5f0c84830f4937f2417928dd4d5f858b8.zip
Update.
	* stdlib/atexit.c (initial): New variable.  Use to initialize
	__exit_funcs.
	* stdlib/exit.c (exit): Beware to not free statically allocale
	list element [PR libc/1305].
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6f20754bb0..47c6ab4798 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 1999-10-10  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdlib/atexit.c (initial): New variable.  Use to initialize
+	__exit_funcs.
+	* stdlib/exit.c (exit): Beware to not free statically allocale
+	list element [PR libc/1305].
+
 	* stdlib/xpg_basename.c (__xpg_basename): Don't return pointer to
 	slash before the basename [PR libc/1383].