Document not_eol and remove mention of regex.c.
[gnulib/ericb.git] / modules / lock
blobf7e4c9a9b531506c8f6f28bf4483ee721630a2dc
1 Description:
2 Locking in multithreaded situations.
4 Files:
5 lib/glthread/lock.h
6 lib/glthread/lock.c
7 m4/lock.m4
9 Depends-on:
10 threadlib
12 configure.ac:
13 gl_LOCK
15 Makefile.am:
16 lib_SOURCES += glthread/lock.h glthread/lock.c
18 Include:
19 "glthread/lock.h"
21 Link:
22 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
24 License:
25 LGPLv2+
27 Maintainer:
28 Bruno Haible