summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2017-10-15 22:36:38 +0200
committerEgmont Koblinger <egmont@gmail.com>2017-10-15 22:36:38 +0200
commit6acfa59dfcceef65c1f7e3570db37ab245f049c4 (patch)
tree2550ecb0580671b42531d56b2a15fd52f4354449
parenta4362e96d882e496444c8858963d4d4be4d7b430 (diff)
downloadvte-6acfa59dfcceef65c1f7e3570db37ab245f049c4.tar.gz
build: Remove manual define of _GNU_SOURCE
https://bugzilla.gnome.org/show_bug.cgi?id=788476#c18
-rw-r--r--src/vteutils.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/vteutils.cc b/src/vteutils.cc
index e683375b..154b854a 100644
--- a/src/vteutils.cc
+++ b/src/vteutils.cc
@@ -18,10 +18,6 @@
#include "config.h"
-#ifndef _GNU_SOURCE
-#define _GNU_SOURCE /* for O_TMPFILE */
-#endif
-
#include "vteutils.h"
#include <fcntl.h>