]> git.apps.os.sepia.ceph.com Git - xfstests-dev.git/commitdiff
xfstests: don't redefine _GNU_SOURCE in aio tests
authorDave Chinner <david@fromorbit.com>
Wed, 20 Jan 2010 21:54:31 +0000 (08:54 +1100)
committerDave Chinner <david@fromorbit.com>
Wed, 20 Jan 2010 21:54:31 +0000 (08:54 +1100)
Signed-off-by: Dave Chinner <david@fromorbit.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
src/aio-dio-regress/aio-dio-subblock-eof-read.c

index cbcff97c471fbba715728e08a4ba66c536089af2..a48841dfe4ca3e4f1d3fd01181527059dcef7d14 100644 (file)
@@ -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 <stdio.h>
 #include <stdlib.h>
 #include <libaio.h>