Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Nov 1997 17:41:34 -0600 (CST)
From:      "Daniel M. Eischen" <deischen@iworks.InterWorks.org>
To:        nash@mcs.com
Cc:        freebsd-hackers@freebsd.org, julian@whistle.com
Subject:   Re: pthread_cond_timedwait returning wrong error?
Message-ID:  <199711242341.RAA26968@iworks.InterWorks.org>

next in thread | raw e-mail | index | archive | help
> > What does the POSIX spec say about the return value of
> > pthread_cond_timedwait()?
>
> The spec says that the error code is returned from the function
> directly, and not via errno.  Unfortunately our threads library
> appears to return -1 and set errno instead.
>
> Alex

Shall I send a PR against our threads library?  Or do we
care that our threads library isn't totally POSIX compliant?

Dan Eischen
deischen@iworks.InterWorks.org



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