view modules/lock @ 40194:33c4cac699fe

nstrftime: tweak arg order * lib/nstrftime.c (__strftime_internal): Interchange arg order. All callers changed. Suggested by TAMUKI Shoichi in: https://lists.gnu.org/r/bug-gnulib/2019-02/msg00052.html
author Paul Eggert <eggert@cs.ucla.edu>
date Sat, 23 Feb 2019 15:07:47 -0800
parents 9c7c6767d0f6
children
line wrap: on
line source

Description:
Locking in multithreaded situations.

Files:
lib/glthread/lock.h
lib/glthread/lock.c
m4/lock.m4
m4/pthread_rwlock_rdlock.m4

Depends-on:
extensions
threadlib

configure.ac:
gl_LOCK
gl_MODULE_INDICATOR([lock])

Makefile.am:
lib_SOURCES += glthread/lock.h glthread/lock.c

Include:
"glthread/lock.h"

Link:
$(LTLIBTHREAD) when linking with libtool, $(LIBTHREAD) otherwise

License:
LGPLv2+

Maintainer:
all