diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-01 12:32:43 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2003-10-01 12:32:43 +0000 |
| commit | 6ed0f09c85e9b1afdcf748aa316736648871b8e4 (patch) | |
| tree | 3c9b1d13f745b15d77b5c2a9370277695967d6a7 /libexec | |
| parent | a4bf1e9e86841bca1aeb30ec52e5abc7203f8f03 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -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..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 *); |
