attempt of fixing test again

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@30659 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-06-10 23:33:56 +00:00
parent fe4fcbe5a1
commit c646d76a81
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-06-10 Riccardo Mottola
* Source/ObjectiveC2/sync.m: Attempt of fixing test for defining _XOPEN_SOURCE again
2010-06-10 Richard Frith-Macdonald <rfm@gnu.org>
* Source/NSSocketPortNameServer.m: Improve automated gdomap startup log

View file

@ -1,5 +1,5 @@
/* Ensure Unix98 compatible pthreads for glibc */
#if defined __linux__ || defined __GLIBC__
#if defined __linux__ || defined __GNU__ || defined __GLIBC__
# ifndef _XOPEN_SOURCE
# define _XOPEN_SOURCE 600
# endif