On Mon, Jul 23, 2001, Shawn Wagner wrote:

> Unrelated to the thread scheduling problem, the static initializers for
> barriers and condition variables (PTH_BARRIER_INIT() and PTH_COND_INIT) are
> broken in 1.4.0. Fixed in the patch below. 
> [...]
> ! #define PTH_BARRIER_INIT(threshold)  { PTH_BARRIER_INITIALIZED, (threshold), 
>(threshold), 0, \
> [...]

Thanks for your feedback. I've committed your patch into CVS for Pth
1.4.1. For pedantic reasons I just changed your "0" above to a "FALSE",
too.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
GNU Portable Threads (Pth)            http://www.gnu.org/software/pth/
User Support Mailing List                            [EMAIL PROTECTED]
Automated List Manager (Majordomo)           [EMAIL PROTECTED]

Reply via email to