Mercurial > hg > octave-shane > gnulib-hg
view modules/lock @ 11219:aaeb2f86d096
Fix *printf behaviour regarding the %ls directive.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 26 Feb 2009 12:54:20 +0100 |
parents | 984531f1792d |
children | 08883714ab3e |
line wrap: on
line source
Description: Locking in multithreaded situations. Files: lib/glthread/lock.h lib/glthread/lock.c m4/lock.m4 Depends-on: threadlib configure.ac: gl_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: Bruno Haible