quotearg: do not read beyond end of buffer
[gnulib.git] / modules / lock
1 Description:
2 Locking in multithreaded situations.
3
4 Files:
5 lib/glthread/lock.h
6 lib/glthread/lock.c
7 m4/lock.m4
8
9 Depends-on:
10 threadlib
11
12 configure.ac:
13 gl_LOCK
14
15 Makefile.am:
16 lib_SOURCES += glthread/lock.h glthread/lock.c
17
18 Include:
19 "glthread/lock.h"
20
21 Link:
22 $(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Bruno Haible
29