diff options
Diffstat (limited to 'libexec/rtld-elf/libmap.h')
| -rw-r--r-- | libexec/rtld-elf/libmap.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libexec/rtld-elf/libmap.h b/libexec/rtld-elf/libmap.h new file mode 100644 index 000000000000..a785f1b6c43f --- /dev/null +++ b/libexec/rtld-elf/libmap.h @@ -0,0 +1,12 @@ +/* + */ + +#ifndef LIBMAP_H +#define LIBMAP_H + +int lm_init(const char *); +void lm_fini(void); +char *lm_find(const char *, const char *); +char *lm_findn(const char *, const char *, const size_t); + +#endif |
