29ade36225
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.
8 lines
108 B
C
8 lines
108 B
C
/*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
void lm_init (void);
|
|
void lm_fini (void);
|
|
char * lm_find (const char *, const char *);
|