jdp
005f49ab4e
Add definition for RTLD_GLOBAL, which is soon to be supported.
1999-08-30 00:50:12 +00:00
peter
d4e3ebaf0a
$Id$ -> $FreeBSD$
1999-08-27 23:45:13 +00:00
jdp
e206feb881
Back out my change from 6 April PDT that added a new dlversion()
...
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.
1999-04-22 01:54:38 +00:00
jdp
fd4074472e
Add a new function dlversion() which returns the version number of
...
the dynamic linker in the same form as __FreeBSD_version. This is
mainly intended for checking the dynamic linker version during a make
world.
1999-04-07 02:43:11 +00:00
jdp
00357bb1bc
Replace bogus "@(#)err.h 8.1 (Berkeley) 6/2/93" with RCS Id keyword.
...
Somebody must have blindly copied the leader comment when they
created this file.
1998-02-11 05:19:10 +00:00
jdp
a73c0d4a85
Remove the include of <dlfcn.h> from crt0.c; it is not needed now
...
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.
1998-02-11 04:57:25 +00:00