summaryrefslogtreecommitdiffstats
path: root/sys-utils/setarch.c
diff options
context:
space:
mode:
authorKarel Zak2007-09-20 00:57:01 +0200
committerKarel Zak2007-09-20 00:57:01 +0200
commitbf928360f292178c498aa6c87b5614bbd28feaed (patch)
treeeab7fa64905dd9230336c978636f7f952bf1c54c /sys-utils/setarch.c
parentnamei: cleanup tailing white-spaces (diff)
downloadkernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.tar.gz
kernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.tar.xz
kernel-qcow2-util-linux-bf928360f292178c498aa6c87b5614bbd28feaed.zip
build-sys: remove hardcoded _GNU_SOURCE
We have AC_GNU_SOURCE, so we needn't any extra hardcoded _GNU_SOURCE. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/setarch.c')
-rw-r--r--sys-utils/setarch.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys-utils/setarch.c b/sys-utils/setarch.c
index 301b79e78..5379c3073 100644
--- a/sys-utils/setarch.c
+++ b/sys-utils/setarch.c
@@ -24,10 +24,6 @@
* sparc32 util by Jakub Jelinek (1998, 1999)
*/
-#ifndef _GNU_SOURCE
-# define _GNU_SOURCE
-#endif
-
#include <syscall.h>
#include <linux/personality.h>
#include <unistd.h>