]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - lib/libc/gdtoa/glue.c
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / lib / libc / gdtoa / glue.c
1 /*
2  * Machine-independent glue to integrate David Gay's gdtoa
3  * package into libc.
4  *
5  * $FreeBSD$
6  */
7
8 #include <pthread.h>
9
10 pthread_mutex_t __gdtoa_locks[] = {
11         PTHREAD_MUTEX_INITIALIZER,
12         PTHREAD_MUTEX_INITIALIZER
13 };