repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
lib
/
libc
/
gdtoa
/
gdtoa_locks.c
blob
9460ac58dd10670adb303f55f4f7bd4b822c3109
1
/* $NetBSD$ */
2
3
/*
4
* Written by Klaus Klein <kleink@NetBSD.org>, November 16, 2005.
5
* Public domain.
6
*/
7
8
#include
"gdtoaimp.h"
9
10
mutex_t __gdtoa_locks
[
2
] = {
MUTEX_INITIALIZER
,
MUTEX_INITIALIZER
};