[Lunar-commits] r23339 - moonbase/trunk/xorg7/x11-extras/libpthread-stubs
Chad Kittel
v3rt1g0 at lunar-linux.org
Sun Feb 18 20:47:13 CET 2007
Author: v3rt1g0
Date: 2007-02-18 20:47:13 +0100 (Sun, 18 Feb 2007)
New Revision: 23339
Modified:
moonbase/trunk/xorg7/x11-extras/libpthread-stubs/DETAILS
Log:
Misc Tidy: libpthread-stubs (0.1)
* added short and long descriptions
Modified: moonbase/trunk/xorg7/x11-extras/libpthread-stubs/DETAILS
===================================================================
--- moonbase/trunk/xorg7/x11-extras/libpthread-stubs/DETAILS 2007-02-18 19:43:15 UTC (rev 23338)
+++ moonbase/trunk/xorg7/x11-extras/libpthread-stubs/DETAILS 2007-02-18 19:47:13 UTC (rev 23339)
@@ -7,7 +7,12 @@
WEB_SITE=http://www.x.org/
ENTERED=20070216
UPDATED=20070216
- SHORT=""
+ SHORT="a library that provides weak aliases for pthread functions"
cat << EOF
+libpthread-stubs is a library that 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.
EOF
More information about the Lunar-commits
mailing list