11 lines
157 B
C
11 lines
157 B
C
|
/*
|
||
|
* Machine-independent glue to integrate David Gay's gdtoa
|
||
|
* package into libc.
|
||
|
*
|
||
|
* $FreeBSD$
|
||
|
*/
|
||
|
|
||
|
#include "spinlock.h"
|
||
|
|
||
|
spinlock_t __gdtoa_locks[2];
|