summaryrefslogtreecommitdiff
path: root/gril
diff options
context:
space:
mode:
authorJonas Bonn <jonas@norrbonn.se>2018-10-17 12:23:04 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-10-17 10:01:57 -0500
commit3beeff758d2fdc6e2d62c02b288fd9e4dc3afb09 (patch)
tree2392d809a541881b202d58fa70fa3ac660458026 /gril
parent67701b1c40cc088c54027ba06e85ed5ec2727790 (diff)
downloadofono-3beeff758d2fdc6e2d62c02b288fd9e4dc3afb09.tar.gz
treewide: Remove superfluous use of _GNU_SOURCE
There are a large number of files in the tree that define _GNU_SOURCE despite not actually using features hidden behind this flag. This patch removes all these definitions in one fell swoop...
Diffstat (limited to 'gril')
-rw-r--r--gril/parcel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/gril/parcel.c b/gril/parcel.c
index 1cfc68a5..eef1be36 100644
--- a/gril/parcel.c
+++ b/gril/parcel.c
@@ -24,7 +24,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdio.h>
#include <stdlib.h>
#include <string.h>