xref: /freebsd/lib/libc/gdtoa/glue.c (revision 77b7cdf1999ee965ad494fddd184b18f532ac91a)
1 /*
2  * Machine-independent glue to integrate David Gay's gdtoa
3  * package into libc.
4  *
5  * $FreeBSD$
6  */
7 
8 #include "spinlock.h"
9 
10 spinlock_t __gdtoa_locks[2];
11