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