summaryrefslogtreecommitdiffstats
path: root/src/gbm
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2016-05-01 13:48:11 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2016-05-23 12:09:11 +0100
commit1b64d1247d233dd649eb18ac22222b6e2273099a (patch)
tree6865e9b2a8def0e2b1f554e6bf71b1ca270f72d2 /src/gbm
parentefe4beb717e62afd4ef5e560b81fbbec5f131371 (diff)
downloadexternal_mesa3d-1b64d1247d233dd649eb18ac22222b6e2273099a.zip
external_mesa3d-1b64d1247d233dd649eb18ac22222b6e2273099a.tar.gz
external_mesa3d-1b64d1247d233dd649eb18ac22222b6e2273099a.tar.bz2
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 <emil.l.velikov@gmail.com>
Diffstat (limited to 'src/gbm')
-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 1cc0b9a..0f4657a 100644
--- a/src/gbm/main/gbm.c
+++ b/src/gbm/main/gbm.c
@@ -25,8 +25,6 @@
* Benjamin Franzke <benjaminfranzke@googlemail.com>
*/
-#define _DEFAULT_SOURCE
-
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>