summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/dlfunc.c
Commit message (Collapse)AuthorAgeFilesLines
* Add `restrict' type-qualifier.mike2002-09-111-1/+1
|
* Since POSIX gives us plenary authority to define _t types, changewollman2002-05-291-2/+2
| | | | | | | __dlfunc_t to dlfunc_t to match what I have proposed to the Austin Group. (This also makes it easier for applications to store these values before they decide what to do with them, e.g., in a wrapper function.)
* Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.wollman2002-05-291-0/+30
Add new dlfunc() interface, which is a version of dlsym() with a return type that can be cast to a function pointer without turning your computer into a frog. Reviewed by: freebsd-standards
OpenPOWER on IntegriCloud