anv: 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>
This commit is contained in:
Emil Velikov 2016-05-01 13:48:12 +01:00
parent 1b64d1247d
commit 960d854a98
3 changed files with 0 additions and 6 deletions

View file

@ -21,8 +21,6 @@
* IN THE SOFTWARE.
*/
#define _DEFAULT_SOURCE
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>

View file

@ -21,8 +21,6 @@
* IN THE SOFTWARE.
*/
#define _DEFAULT_SOURCE
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <string.h>

View file

@ -21,8 +21,6 @@
* IN THE SOFTWARE.
*/
#define _DEFAULT_SOURCE
#include <linux/memfd.h>
#include <sys/mman.h>
#include <sys/syscall.h>