mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-20 11:01:20 +03:00
* modules/havelib: New module. * modules/gettext, modules/iconv, modules/lock, modules/readline: Use havelib.
28 lines
262 B
Plaintext
28 lines
262 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:
|
|
gl_LOCK
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += lock.h lock.c
|
|
|
|
Include:
|
|
"lock.h"
|
|
|
|
License:
|
|
LGPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|