summaryrefslogtreecommitdiffstats
path: root/lib/libc/dlfcn (follow)
Commit message (Collapse)AuthorAgeFilesLines
* protosderaadt2003-07-151-2/+2
|
* ansification; checked by pvalderaadt2003-06-111-2/+2
|
* pefo 3/4 licence cleanupsderaadt2003-06-091-7/+1
|
* remove printf from static dlctl and dlerror stubs. Return -1 ifmarc2003-04-291-4/+2
| | | | | | dlctl called from a static prog. dlerror will display the proper error in if also called. -1 return suggested by drahn@ general ok from several others
* no way for this to be 'shared only', duhpvalchev2001-12-261-3/+1
|
* shared onlypvalchev2001-11-201-1/+3
|
* Put dl* function definitions in libc on ELF, removing the need for libdl.pvalchev2001-11-202-0/+94
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art