glue.c revision 112163
1/*
2 * Machine-independent glue to integrate David Gay's gdtoa
3 * package into libc.
4 *
5 * $FreeBSD: head/lib/libc/gdtoa/glue.c 112163 2003-03-12 20:30:00Z das $
6 */
7
8#include "spinlock.h"
9
10spinlock_t __gdtoa_locks[2];
11