Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Nov 2001 00:19:15 -0700
From:      Chad David <davidc@acns.ab.ca>
To:        freebsd-hackers@freebsd.org
Subject:   POSIX and ETIMEDOUT
Message-ID:  <20011106001915.A6529@colnta.acns.ab.ca>

next in thread | raw e-mail | index | archive | help
When I compile with _POSIX_SOURCE defined the ETIMEDOUT return
value from pthread_cond_timedwait() is no longer defined.

My understanding is that if I define _POSIX_SOURCE all vendor
extentions will be "disabled", does this include the definition
of ETIMEDOUT?  What is the correct way to use pthread_cond_timedwait()
within a base POSIX application?  I've searched the archives, but
I don't really know what I'm looking for...

Thanks.

-- 
Chad David        davidc@acns.ab.ca
ACNS Inc.         Calgary, Alberta Canada

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011106001915.A6529>