minix/lib/nbsd_libc/gdtoa/gdtoa_locks.c
Gianluca Guida b6cbf7203b Import unmodified NetBSD libc in trunk
This patch imports the unmodified current version of NetBSD libc.
The NetBSD includes are in /nbsd_include, while the libc code itself is 
split between lib/nbsd_libc and common/lib/libc.
2011-02-14 19:36:03 +00:00

11 lines
253 B
C

/* $NetBSD: gdtoa_locks.c,v 1.1 2006/01/25 15:36:13 kleink Exp $ */
/*
* Written by Klaus Klein <kleink@NetBSD.org>, November 16, 2005.
* Public domain.
*/
#include "gdtoaimp.h"
mutex_t __gdtoa_locks[2] = { MUTEX_INITIALIZER, MUTEX_INITIALIZER };