summaryrefslogtreecommitdiffstats
path: root/include/dlfcn.h
Commit message (Collapse)AuthorAgeFilesLines
* Add definition for RTLD_GLOBAL, which is soon to be supported.jdp1999-08-301-1/+3
|
* $Id$ -> $FreeBSD$peter1999-08-271-1/+1
|
* Back out my change from 6 April PDT that added a new dlversion()jdp1999-04-221-1/+0
| | | | | | | function. It was an ill-considered feature. It didn't solve the problem I wanted it to solve. And it added Yet Another Version Number that would have to be maintained at every release point. I'm nuking it now before anybody grows too fond of it.
* Add a new function dlversion() which returns the version number ofjdp1999-04-071-1/+2
| | | | | | the dynamic linker in the same form as __FreeBSD_version. This is mainly intended for checking the dynamic linker version during a make world.
* Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.jdp1998-02-111-1/+1
| | | | | Somebody must have blindly copied the leader comment when they created this file.
* Remove the include of <dlfcn.h> from crt0.c; it is not needed nowjdp1998-02-111-0/+71
that the dl* trampolines have been moved into libc. Move dlfcn.h from src/lib/csu/i386 into src/include. Nothing in src/lib/csu/i386 uses it any more.
OpenPOWER on IntegriCloud