PR libobjc/63765
* thr.c (_XOPEN_SOURCE): Remove.
From-SVN: r220438
+2015-02-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR libobjc/63765
+ * thr.c (_XOPEN_SOURCE): Remove.
+
2015-01-27 Matthias Klose <doko@ubuntu.com>
* sendmsg.c: Add prototypes for __objc_get_forward_imp and get_imp.
#include "objc-private/common.h"
#include "objc-private/error.h"
#define _LIBOBJC
-/* The line below is needed for declarations of functions such as
- pthread_mutexattr_settype, without which gthr-posix.h may fail to
- compile within libobjc. While we only need XPG5 for this, Solaris
- requires XPG6 for C99 and later. */
-#define _XOPEN_SOURCE 600
#include "config.h"
#include "tconfig.h"
#include "coretypes.h"