From: Dave Chinner Date: Wed, 20 Jan 2010 21:54:31 +0000 (+1100) Subject: xfstests: don't redefine _GNU_SOURCE in aio tests X-Git-Tag: v1.1.0~211 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a593b5a8fd59d81da7540f8ca06f0bd08bcee67e;p=users%2Fhch%2Fxfstests-dev.git xfstests: don't redefine _GNU_SOURCE in aio tests Signed-off-by: Dave Chinner Reviewed-by: Christoph Hellwig --- diff --git a/src/aio-dio-regress/aio-dio-subblock-eof-read.c b/src/aio-dio-regress/aio-dio-subblock-eof-read.c index cbcff97c4..a48841dfe 100644 --- a/src/aio-dio-regress/aio-dio-subblock-eof-read.c +++ b/src/aio-dio-regress/aio-dio-subblock-eof-read.c @@ -31,8 +31,6 @@ * worth of data, and the user issued a 4k read, we want to ensure that * the return value is 300, not 4k. */ - -#define _GNU_SOURCE #include #include #include