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
Avoid "warning: The macro `AC_DECL_SYS_SIGLIST' is obsolete".
[gnulib.git]
/
modules
/
mtx
blob
ade00b25eb740d921b42589c27ce639942fdb1eb
1
Description:
2
ISO C 11 mutex functions.
3
4
Files:
5
lib/mtx.c
6
7
Depends-on:
8
threads-h
9
pthread_mutex_timedlock
10
windows-mutex
11
windows-recmutex
12
windows-timedmutex
13
windows-timedrecmutex
14
15
configure.ac:
16
AC_REQUIRE([gl_THREADS_H])
17
if test $HAVE_THREADS_H = 0; then
18
AC_LIBOBJ([mtx])
19
fi
20
gl_THREADS_MODULE_INDICATOR([mtx])
21
22
Makefile.am:
23
24
Include:
25
<threads.h>
26
27
Link:
28
$(LIBSTDTHREAD)
29
30
License:
31
LGPLv2+
32
33
Maintainer:
34
all