xref: /freebsd/lib/libc/gdtoa/glue.c (revision 729362425c09cf6b362366aabc6fb547eee8035a)
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