aboutsummaryrefslogtreecommitdiff
path: root/libexec
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2003-10-01 12:32:43 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2003-10-01 12:32:43 +0000
commit6ed0f09c85e9b1afdcf748aa316736648871b8e4 (patch)
tree3c9b1d13f745b15d77b5c2a9370277695967d6a7 /libexec
parenta4bf1e9e86841bca1aeb30ec52e5abc7203f8f03 (diff)
Notes
Diffstat (limited to 'libexec')
-rw-r--r--libexec/rtld-elf/libmap.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h
new file mode 100644
index 000000000000..f42df44d29e8
--- /dev/null
+++ b/libexec/rtld-elf/libmap.h
@@ -0,0 +1,7 @@
+/*
+ * $FreeBSD$
+ */
+
+int lm_init (void);
+void lm_fini (void);
+char * lm_find (const char *, const char *);