Date: Wed, 29 May 2002 09:25:43 -0700 (PDT) From: Garrett Wollman <wollman@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dlfcn.h src/lib/libc/gen Makefile.inc dlfunc.c dlopen.3 Message-ID: <200205291625.g4TGPhW39593@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 2002/05/29 09:25:43 PDT
Modified files:
include dlfcn.h
lib/libc/gen Makefile.inc dlopen.3
Added files:
lib/libc/gen dlfunc.c
Log:
Reorganize dlfcn.h slightly to separate out XSI and BSD interfaces.
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
Revision Changes Path
1.15 +23 -3 src/include/dlfcn.h
1.88 +1 -1 src/lib/libc/gen/Makefile.inc
1.1 +30 -0 src/lib/libc/gen/dlfunc.c (new)
1.20 +30 -5 src/lib/libc/gen/dlopen.3
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205291625.g4TGPhW39593>
