We have AC_GNU_SOURCE, so we needn't any extra hardcoded _GNU_SOURCE.
Signed-off-by: Karel Zak <kzak@redhat.com>
/* compile-time options */
//#define INCLUDE_FS_TESTS /* include cramfs checking and extraction */
-#define _GNU_SOURCE
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
* Copyright (C) 2004 Robert Love
*/
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <sched.h>
* Copyright (C) 2004 Robert Love
*/
-#define _GNU_SOURCE
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
* sparc32 util by Jakub Jelinek (1998, 1999)
*/
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-#endif
-
#include <syscall.h>
#include <linux/personality.h>
#include <unistd.h>