mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-04 12:52:15 +00:00
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 *);
|