musl/src/ldso
Rich Felker a9e85c0a5c make dlerror conform to posix
the error status is required to be sticky after failure of dlopen or
dlsym until cleared by dlerror. applications and especially libraries
should never rely on this since it is not thread-safe and subject to
race conditions, but glib does anyway.
2012-03-23 00:28:20 -04: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 make dlerror conform to posix 2012-03-23 00:28:20 -04:00
start.c various changes in preparation for dynamic linking support 2011-02-24 16:37:21 -05:00