4402996dea
(libmap available) and 1 for failure. Assign this return to the global 'libmap_disable' variable in rtld.c. This totally prevents any libmap functions from being called after lm_init() if no config file is present.
8 lines
107 B
C
8 lines
107 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
int lm_init (void);
|
|
void lm_fini (void);
|
|
char * lm_find (const char *, const char *);
|