mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
* Source/NSFileManager.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@25770 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
bfe40f9efb
commit
02b02c5590
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* Headers/Additions/GNUstepBase/GSLock.h: Include GSObjCRuntime.h for
|
||||
GS_EXPORT declaration.
|
||||
* Source/NSFileManager.m (_POSIX_PTHREAD_SEMANTICS): Define to expose
|
||||
POSIX compliant signatures for get(pw/gr)(nam/uid)_r.
|
||||
|
||||
2007-12-19 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
*/
|
||||
|
||||
#define _FILE_OFFSET_BITS 64
|
||||
/* 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"
|
||||
|
|
Loading…
Reference in a new issue