gbm: remove define _BSD_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>
This commit is contained in:
Emil Velikov
2016-05-01 13:48:10 +01:00
parent a6ce91fe52
commit efe4beb717
-1
View File
@@ -25,7 +25,6 @@
* Benjamin Franzke <benjaminfranzke@googlemail.com>
*/
#define _BSD_SOURCE
#define _DEFAULT_SOURCE
#include <stddef.h>