anv: remove define _DEFAULT_SOURCE
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 1 May 2016 12:48:12 +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/intel/vulkan/anv_allocator.c
src/intel/vulkan/anv_gem.c
src/intel/vulkan/anv_gem_stubs.c

index e3b07ffa8bb763e7ef7d5346bcfaf9df0ea5542e..088b461b993b4c79071cf61df0f8dde4e6cee23c 100644 (file)
@@ -21,8 +21,6 @@
  * IN THE SOFTWARE.
  */
 
-#define _DEFAULT_SOURCE
-
 #include <stdint.h>
 #include <stdlib.h>
 #include <unistd.h>
index a886f7c2cb05313be837ac2f55f88869ecc695a8..e65468954a2f8496a1da832b6b284ee857acfeee 100644 (file)
@@ -21,8 +21,6 @@
  * IN THE SOFTWARE.
  */
 
-#define _DEFAULT_SOURCE
-
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <string.h>
index 3204fefb28e9d5348c6f3c3d54496d2dbf555ac5..30b40ce323ae52e9d77f60720915c7f9e0f1c3e4 100644 (file)
@@ -21,8 +21,6 @@
  * IN THE SOFTWARE.
  */
 
-#define _DEFAULT_SOURCE
-
 #include <linux/memfd.h>
 #include <sys/mman.h>
 #include <sys/syscall.h>