]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libc/gdtoa/glue.c
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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 };