Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / lock
blobdafeeeba3cda9468f4a6ccb5853d2019ea9ed1ea
1 Description:
2 Locking in multithreaded situations.
4 Files:
5 lib/glthread/lock.h
6 lib/glthread/lock.c
7 m4/lock.m4
8 m4/pthread_rwlock_rdlock.m4
10 Depends-on:
11 extensions
12 threadlib
14 configure.ac:
15 gl_LOCK
16 gl_MODULE_INDICATOR([lock])
18 Makefile.am:
19 lib_SOURCES += glthread/lock.h glthread/lock.c
21 Include:
22 "glthread/lock.h"
24 Link:
25 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
27 License:
28 LGPLv2+
30 Maintainer:
31 all