summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2016-05-01 13:48:11 +0100
committerEmil Velikov <[email protected]>2016-05-23 12:09:11 +0100
commit1b64d1247d233dd649eb18ac22222b6e2273099a (patch)
tree6865e9b2a8def0e2b1f554e6bf71b1ca270f72d2
parentefe4beb717e62afd4ef5e560b81fbbec5f131371 (diff)
gbm: remove define _DEFAULT_SOURCE
The build systems already add this as applicable. There's no need to have this in the source file. Signed-off-by: Emil Velikov <[email protected]>
-rw-r--r--src/gbm/main/gbm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gbm/main/gbm.c b/src/gbm/main/gbm.c
index 1cc0b9aea19..0f4657af701 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -25,8 +25,6 @@
* Benjamin Franzke <[email protected]>
*/
-#define _DEFAULT_SOURCE
-
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>