Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/eglib
diff options
context:
space:
mode:
authorRodrigo Kumpera <kumpera@gmail.com>2014-06-27 01:51:50 +0400
committerRodrigo Kumpera <kumpera@gmail.com>2014-06-27 22:16:29 +0400
commit3acca04eafe6fce8d3c40f162113df721c634fcf (patch)
tree9f05d8581f3975ecf18312433058c4e5337e4ff7 /eglib
parentc8e2f049657f451c894ae412519521b94644695e (diff)
Revert "Don't touch internal feature macros in eglib"
This reverts commit dd412cfb2e1968f310f454ee2ec303862cb642d2. We need to know what target was broken by this and verify that this won't break the platitude of libc's around. This is currently a non-trivial job, so let's just revert this for now.
Diffstat (limited to 'eglib')
-rw-r--r--eglib/src/gspawn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/eglib/src/gspawn.c b/eglib/src/gspawn.c
index 23443f9815f..836e6f2aa9c 100644
--- a/eglib/src/gspawn.c
+++ b/eglib/src/gspawn.c
@@ -35,6 +35,9 @@
#include <glib.h>
#ifdef HAVE_UNISTD_H
+#ifndef __USE_GNU
+#define __USE_GNU
+#endif
#include <unistd.h>
#endif