Date: Mon, 6 Jan 2003 20:57:53 +0200 From: Andy Fawcett <andy@athame.co.uk> To: Garrett Wollman <wollman@lcs.mit.edu> Cc: current@FreeBSD.ORG Subject: Re: getpwnam_r missing Message-ID: <200301062057.54064.andy@athame.co.uk> In-Reply-To: <200301061855.h06ItO6N088838@khavrinen.lcs.mit.edu> References: <200301061722.58880.andy@athame.co.uk> <200301061855.h06ItO6N088838@khavrinen.lcs.mit.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Monday 06 January 2003 20:55, Garrett Wollman wrote: > <<On Mon, 6 Jan 2003 17:22:58 +0200, Andy Fawcett <andy@athame.co.uk> 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 | andy@athame.co.uk | tap@kde.org "In an open world without walls and fences, | tap@lspace.org we wouldn't need Windows and Gates." -- anon | tap@fruitsalad.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200301062057.54064.andy>