xenocara/lib/libpthread-stubs
matthieu d72e46519b Update to libpthread-stubs 0.3 and add pthread_once(),
pthread_key_create() and pthread_{get,set}_specific() stubs needed by
upcoming libpixman update.

Tested by jasper@ and landry@ on a bulk ports build.
2010-10-03 18:27:11 +00:00
..
aclocal.m4 Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
config.guess Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
config.h Replace autotools with a simpler BSD Makefile. 2009-05-23 15:04:34 +00:00
config.h.in import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
config.sub Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
configure Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
configure.ac Update to libpthread-stubs 0.3 and add pthread_once(), 2010-10-03 18:27:11 +00:00
COPYING import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
depcomp import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
install-sh import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
ltmain.sh Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
Makefile Don't build profiled libs. No other X lib does. 2009-10-03 13:57:56 +00:00
Makefile.am import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
Makefile.in Regen with OpenBSD's version of GNU autotools. 2009-05-22 17:52:38 +00:00
missing import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
pthread-stubs.pc.in import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
README import libpthread-stubs 0.1 2009-05-22 15:50:33 +00:00
shlib_version Update to libpthread-stubs 0.3 and add pthread_once(), 2010-10-03 18:27:11 +00:00
stubs.c Update to libpthread-stubs 0.3 and add pthread_once(), 2010-10-03 18:27:11 +00:00

This library provides weak aliases for pthread functions not provided in libc
or otherwise available by default.  Libraries like libxcb rely on pthread
stubs to use pthreads optionally, becoming thread-safe when linked to
libpthread, while avoiding any performance hit when running single-threaded.
libpthread-stubs supports this behavior even on platforms which do not supply
all the necessary pthread stubs.  On platforms which already supply all the
necessary pthread stubs, this package ships only the pkg-config file
pthread-stubs.pc, to allow libraries to unconditionally express a dependency
on pthread-stubs and still obtain correct behavior.