diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-07 16:21:26 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-04-07 16:21:26 +0000 |
| commit | 29ade362259ab5b1bcb692c1f5c74fb839b4e91c (patch) | |
| tree | 36bdb2349a03bc43a769c15fd3ddd1063c1bf86b /libexec/rtld-elf/libmap.h | |
| parent | fce2287796018d351c0c37a156003348119f4c06 (diff) | |
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.
Notes
svn path=/head/; revision=113229
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
| -rw-r--r-- | libexec/rtld-elf/libmap.h | 7 |
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..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 *); |
