summaryrefslogtreecommitdiff
path: root/drivers/cdmamodem
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 /drivers/cdmamodem
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 'drivers/cdmamodem')
-rw-r--r--drivers/cdmamodem/connman.c1
-rw-r--r--drivers/cdmamodem/voicecall.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/cdmamodem/connman.c b/drivers/cdmamodem/connman.c
index 25a2b468..77eeea0e 100644
--- a/drivers/cdmamodem/connman.c
+++ b/drivers/cdmamodem/connman.c
@@ -23,7 +23,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
diff --git a/drivers/cdmamodem/voicecall.c b/drivers/cdmamodem/voicecall.c
index 8ff7f6c4..c9660641 100644
--- a/drivers/cdmamodem/voicecall.c
+++ b/drivers/cdmamodem/voicecall.c
@@ -23,7 +23,6 @@
#include <config.h>
#endif
-#define _GNU_SOURCE
#include <string.h>
#include <stdlib.h>
#include <stdio.h>