Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | protos | 2003-07-15 | 1 | -2/+2 | |
| | |||||
* | ansification; checked by pval | 2003-06-11 | 1 | -2/+2 | |
| | |||||
* | pefo 3/4 licence cleanups | 2003-06-09 | 1 | -7/+1 | |
| | |||||
* | remove printf from static dlctl and dlerror stubs. Return -1 if | 2003-04-29 | 1 | -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', duh | 2001-12-26 | 1 | -3/+1 | |
| | |||||
* | shared only | 2001-11-20 | 1 | -1/+3 | |
| | |||||
* | Put dl* function definitions in libc on ELF, removing the need for libdl. | 2001-11-20 | 2 | -0/+94 | |
These are just stubs, the real functions are resolved by ld.so when linking is performed. ok art |