musl/src/ldso
Rich Felker f2baf4d7b8 protect against cancellation in dlopen
i'm not sure that it's "correct" for dlopen to block cancellation
when calling constructors for libraries it loads, but it sure seems
like the right thing. in any case, dlopen itself needs cancellation
blocked.
2012-02-07 20:31:27 -05:00
..
arm dlsym entry point for arm 2011-10-01 01:35:42 -04:00
i386 RTLD_NEXT support 2011-08-16 00:42:13 -04:00
x86_64 fix RTLD_NEXT on x86_64 2011-09-03 16:10:30 -04:00
dlsym.c RTLD_NEXT support 2011-08-16 00:42:13 -04:00
dynlink.c protect against cancellation in dlopen 2012-02-07 20:31:27 -05:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00