On Monday 06 January 2003 20:55, Garrett Wollman wrote:
> <<On Mon, 6 Jan 2003 17:22:58 +0200, Andy Fawcett <[EMAIL PROTECTED]> 
said:
> > #if defined(QT_THREAD_SUPPORT) &&
> > defined(_POSIX_THREAD_SAFE_FUNCTIONS)
>
> This conditional is erroneous, so you should definitely bug Troll
> Tech.
>
> It should instead read:
>
> #if defined(QT_THREAD_SUPPORT) && _POSIX_THREAD_SAFE_FUNCTIONS - 0 >
> 0
>
> (We really should figure out how to implement the _r functions,
> because a POSIX.1-2001 system with threads is supposed to have them.)

Thanks for the response, I'll forward this onto Trolltech.

Cheers,

Andy


-- 
Andy Fawcett                                     | [EMAIL PROTECTED]
                                                 | [EMAIL PROTECTED]
"In an open world without walls and fences,      | [EMAIL PROTECTED]
  we wouldn't need Windows and Gates."  -- anon  | [EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to