summaryrefslogtreecommitdiff
path: root/lib/libc/dlfcn/Makefile.inc
AgeCommit message (Collapse)Author
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