Fix "warning: 'format' attribute argument not supported: rpl_printf".
[gnulib.git] / modules / pthread-spin
blobce699440214759e88b7e2ae3d6abebc8849bd57b
1 Description:
2 POSIX spin locks.
4 Files:
5 lib/pthread-spin.c
6 m4/pthread-spin.m4
8 Depends-on:
9 pthread-h
10 stdbool         [test $HAVE_PTHREAD_SPIN_INIT = 0 || test $REPLACE_PTHREAD_SPIN_INIT = 1]
11 windows-spin    [test $gl_threads_api = windows]
13 configure.ac:
14 gl_PTHREAD_SPIN
15 if test $HAVE_PTHREAD_SPIN_INIT = 0 || test $REPLACE_PTHREAD_SPIN_INIT = 1; then
16   AC_LIBOBJ([pthread-spin])
18 gl_PTHREAD_MODULE_INDICATOR([pthread-spin])
20 Makefile.am:
22 Include:
23 <pthread.h>
25 Link:
26 $(LIBPMULTITHREAD)
28 License:
29 LGPLv2+
31 Maintainer:
32 all