summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn
AgeCommit message (Collapse)Author
2001-12-26no way for this to be 'shared only', duhPeter Valchev
2001-11-20shared onlyPeter Valchev
2001-11-20Put dl* function definitions in libc on ELF, removing the need for libdl.Peter Valchev
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art