Date: Tue, 6 Apr 1999 19:43:12 -0700 (PDT) From: John Polstra <jdp@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include dlfcn.h src/lib/libc/gen dlfcn.c dlopen.3 src/libexec/rtld-elf rtld.c Message-ID: <199904070243.TAA54628@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jdp 1999/04/06 19:43:11 PDT Modified files: include dlfcn.h lib/libc/gen dlfcn.c dlopen.3 libexec/rtld-elf rtld.c Log: 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. Revision Changes Path 1.3 +2 -1 src/include/dlfcn.h 1.3 +16 -1 src/lib/libc/gen/dlfcn.c 1.4 +18 -1 src/lib/libc/gen/dlopen.3 1.18 +16 -1 src/libexec/rtld-elf/rtld.c 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?199904070243.TAA54628>