From 29ade362259ab5b1bcb692c1f5c74fb839b4e91c Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Mon, 7 Apr 2003 16:21:26 +0000 Subject: Dynamic object dependency mapping: libmap. This is an optional feature, disabled by default. This will be useful to people testing the various POSIX threading libraries under -CURRENT but can easily serve other needs. --- libexec/rtld-elf/libmap.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libexec/rtld-elf/libmap.h (limited to 'libexec/rtld-elf/libmap.h') diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h new file mode 100644 index 000000000000..8228ef8edcb1 --- /dev/null +++ b/libexec/rtld-elf/libmap.h @@ -0,0 +1,7 @@ +/* + * $FreeBSD$ + */ + +void lm_init (void); +void lm_fini (void); +char * lm_find (const char *, const char *); -- cgit v1.3