mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
ld-elf.so.1 on 64 bit systems. Most of this involves using alternate paths, environment variables and diagnostic messages. The build glue is seperate.
10 lines
191 B
C
10 lines
191 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
int lm_init (void);
|
|
void lm_fini (void);
|
|
char * lm_find (const char *, const char *);
|
|
#ifdef COMPAT_32BIT
|
|
char * lm_findn (const char *, const char *, const int);
|
|
#endif
|