freebsd-dev/libexec/rtld-elf/libmap.h
Matthew N. Dodd 29ade36225 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.
2003-04-07 16:21:26 +00:00

8 lines
108 B
C

/*
* $FreeBSD$
*/
void lm_init (void);
void lm_fini (void);
char * lm_find (const char *, const char *);