mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
34 lines
386 B
Plaintext
34 lines
386 B
Plaintext
Description:
|
|
Locking in multithreaded situations.
|
|
|
|
Files:
|
|
lib/lock.h
|
|
lib/lock.c
|
|
m4/lock.m4
|
|
build-aux/config.rpath
|
|
|
|
Depends-on:
|
|
havelib
|
|
|
|
configure.ac-early:
|
|
AC_REQUIRE([gl_LOCK_EARLY])
|
|
|
|
configure.ac:
|
|
gl_LOCK
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += lock.h lock.c
|
|
|
|
Include:
|
|
"lock.h"
|
|
|
|
Link:
|
|
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|