* Source/NSPathUtilities.m (_POSIX_PTHREAD_SEMANTICS): Define to expose

POSIX compliant signatures for get(pw/gr)(nam/uid)_r.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25772 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Ayers 2007-12-21 10:50:37 +00:00
parent 02b02c5590
commit 01078afdb7
2 changed files with 10 additions and 1 deletions

View file

@ -1,4 +1,9 @@
2007-12-05 David Ayers <ayers@fsfe.org>
2007-12-21 David Ayers <ayers@fsfe.org>
* Source/NSPathUtilities.m (_POSIX_PTHREAD_SEMANTICS): Define to expose
POSIX compliant signatures for get(pw/gr)(nam/uid)_r.
2007-12-20 David Ayers <ayers@fsfe.org>
* Headers/Additions/GNUstepBase/GSLock.h: Include GSObjCRuntime.h for
GS_EXPORT declaration.

View file

@ -54,6 +54,10 @@
</unit>
*/
/* The following define is needed for Solaris get(pw/gr)(nam/uid)_r declartions
which default to pre POSIX declaration. */
#define _POSIX_PTHREAD_SEMANTICS
#include "config.h"
#include "GNUstepBase/preface.h"
#include "objc-load.h"