Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Klaus Klein <kleink@netbsd.org>
List: source-changes
Date: 02/07/2000 11:02:51
Module Name: basesrc
Committed By: kleink
Date: Mon Feb 7 19:02:51 UTC 2000
Modified Files:
basesrc/libexec/ld.elf_so: rtld.c
Log Message:
Change _rtld_dlclose() to unload the object via _rtld_dlclose() rather
than by itself. Besides being duplicated code the open-coded version
also did not take care of cleaning up after the object's DAG(!).
Fixes PR bin/8905.
To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 basesrc/libexec/ld.elf_so/rtld.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.