ptsname_r: Fix a compiler warning on Solaris.
[gnulib.git] / modules / mtx
blobade00b25eb740d921b42589c27ce639942fdb1eb
1 Description:
2 ISO C 11 mutex functions.
4 Files:
5 lib/mtx.c
7 Depends-on:
8 threads-h
9 pthread_mutex_timedlock
10 windows-mutex
11 windows-recmutex
12 windows-timedmutex
13 windows-timedrecmutex
15 configure.ac:
16 AC_REQUIRE([gl_THREADS_H])
17 if test $HAVE_THREADS_H = 0; then
18   AC_LIBOBJ([mtx])
20 gl_THREADS_MODULE_INDICATOR([mtx])
22 Makefile.am:
24 Include:
25 <threads.h>
27 Link:
28 $(LIBSTDTHREAD)
30 License:
31 LGPLv2+
33 Maintainer:
34 all