select: Fix "warning: no previous prototype for function".
[gnulib.git] / modules / asyncsafe-spin
blobfa27b087e1429c00d6a8f12e514a340c51af48bf
1 Description:
2 Spin locks for communication between threads and signal handlers.
4 Files:
5 lib/asyncsafe-spin.h
6 lib/asyncsafe-spin.c
8 Depends-on:
9 signal-h
10 stdbool
11 sigprocmask
12 windows-spin
14 configure.ac:
15 AC_REQUIRE([AC_C_INLINE])
16 AC_CHECK_HEADERS_ONCE([pthread.h])
18 Makefile.am:
19 lib_SOURCES += asyncsafe-spin.c
21 Include:
22 "asyncsafe-spin.h"
24 License:
25 LGPLv2+
27 Maintainer:
28 all