summaryrefslogtreecommitdiff
path: root/gisi
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 /gisi
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 'gisi')
-rw-r--r--gisi/client.c1
-rw-r--r--gisi/modem.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/gisi/client.c b/gisi/client.c
index 7512441f..32e2b1d5 100644
--- a/gisi/client.c
+++ b/gisi/client.c
@@ -23,7 +23,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
diff --git a/gisi/modem.c b/gisi/modem.c
index aee24af6..ef0c0491 100644
--- a/gisi/modem.c
+++ b/gisi/modem.c
@@ -23,7 +23,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <stdint.h>
#include <string.h>
#include <sys/types.h>