c905e45dc0
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.
11 lines
191 B
C
11 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
|