CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/11/07 03:35:26
Modified files:
libexec/ld.so : dlfcn.c library.c library_mquery.c
library_subr.c loader.c resolve.h
Log message:
dtors were broken by trying to reuse DF_1_NODELETE to hint that this
library would never unload, and could be immutable. Pass a seperate
flag for our purposes
Noticed from regress tests by anton, ok kettenis
