aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3cbcca9d37..b63e3d29bd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2000-08-25 Ulrich Drepper <drepper@redhat.com>
+ * elf/dl-close.c (_dl_close): Don't run destructors of objects
+ marked DF_1_NODELETE.
+
* sysdeps/posix/system.c (__libc_system): We cannot use vfork here
since we call sigaction in the child.