1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
Commit Graph

1 Commits

Author SHA1 Message Date
Martin Wilke
29ce0879fd GNU pth is a user mode multi threading library. pthsem is an extend
version, with support for semaphores added. It can be installed parallel
to a normal pth. The header file is called pthsem.h, the configuration
programm pthsem-config and the autoconf macro AC_CHECK_PTHSEM. If
references to one of these names are changed, pthsem can be used as an
replacement of GNU pth.

WWW: http://www.auto.tuwien.ac.at/~mkoegler/index.php/pth

PR:		ports/118471
Submitted by:	Björn König <bkoenig at alpha-tierchen.de>
2007-12-17 23:20:34 +00:00