rtld-elf/libmap.h: add include guard
Sponsored by: The FreeBSD Foundation MFC after: 1 week
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user