define _XOPEN_SOURCE to 600 throughout

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@33984 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2011-10-14 12:00:02 +00:00
parent fbdcab1d55
commit 37f6b7aac6
4 changed files with 5 additions and 11 deletions

View file

@ -24,9 +24,6 @@
#ifndef _GSPrivate_h_
#define _GSPrivate_h_
/* Generally may need this for posix thread-safe errno
*/
#define _XOPEN_SOURCE 600
#include <errno.h>
#import "Foundation/NSError.h"