gbm: remove define _DEFAULT_SOURCE
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 1 May 2016 12:48:11 +0000 (13:48 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 23 May 2016 11:09:11 +0000 (12:09 +0100)
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>
src/gbm/main/gbm.c

index 1cc0b9aea19571eacf3d8e5c5f26e6b0bcc0fa29..0f4657af7016f3245bfa6d9e8ce4003539a187d9 100644 (file)
@@ -25,8 +25,6 @@
  *    Benjamin Franzke <benjaminfranzke@googlemail.com>
  */
 
-#define _DEFAULT_SOURCE
-
 #include <stddef.h>
 #include <stdio.h>
 #include <stdlib.h>