view modules/cond @ 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 10268a7a6854
children
line wrap: on
line source

Description:
Condition variables for multithreading.

Files:
lib/glthread/cond.h
lib/glthread/cond.c
m4/cond.m4

Depends-on:
threadlib
lock
errno
extern-inline
stdbool
time
gettimeofday

configure.ac:
gl_COND

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

Include:
"glthread/cond.h"

License:
LGPLv2+

Maintainer:
Yoann Vandoorselaere