[pypy-commit] pypy precompiled-headers: backed out changeset: 4853ab8f1bf9

mattip noreply at buildbot.pypy.org
Thu Feb 6 18:56:08 CET 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: precompiled-headers
Changeset: r69088:f9034e83c282
Date: 2014-02-06 06:34 +0200
http://bitbucket.org/pypy/pypy/changeset/f9034e83c282/

Log:	backed out changeset: 4853ab8f1bf9

diff --git a/rpython/translator/c/src/profiling.c b/rpython/translator/c/src/profiling.c
--- a/rpython/translator/c/src/profiling.c
+++ b/rpython/translator/c/src/profiling.c
@@ -3,7 +3,10 @@
 
 /* Linux GCC implementation */
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE
 #include <sched.h>
+#endif
 
 static cpu_set_t base_cpu_set;
 static int profiling_setup = 0;


More information about the pypy-commit mailing list