repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
windows-spin
blob
687385ab82c89995bcfef75e3720f1a62ef02d74
1
Description:
2
Spin locks (native Windows implementation).
3
4
Files:
5
lib/windows-spin.h
6
lib/windows-spin.c
7
8
Depends-on:
9
10
configure.ac:
11
AC_REQUIRE([AC_CANONICAL_HOST])
12
case "$host_os" in
13
mingw*)
14
AC_LIBOBJ([windows-spin])
15
;;
16
esac
17
18
Makefile.am:
19
20
Include:
21
"windows-spin.h"
22
23
License:
24
LGPLv2+
25
26
Maintainer:
27
all