Deleted Added
full compact
0a1,3
> #include <sys/cdefs.h>
> __FBSDID("$FreeBSD: head/lib/libc/resolv/mtctxres.c 156956 2006-03-21 15:37:16Z ume $");
>
3a7,8
> #ifdef _LIBC
> #include <pthread_np.h>
4a10
> #endif
10d15
< #include <irs.h>
42a48
> #ifndef _LIBC
56a63
> #endif
101a109,113
> #ifdef _LIBC
> if (pthread_main_np() != 0)
> return (&sharedctx);
> #endif
>