Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add `restrict' type-qualifier. | mike | 2002-09-11 | 1 | -1/+1 |
| | |||||
* | Since POSIX gives us plenary authority to define _t types, change | wollman | 2002-05-29 | 1 | -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. | wollman | 2002-05-29 | 1 | -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 |