summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Axboe <jaxboe@fusionio.com>2010-08-10 20:20:22 -0400
committerJens Axboe <jaxboe@fusionio.com>2010-08-10 20:20:22 -0400
commit20d61dff3c371c6cbf18ec5373e9c5f56c28732a (patch)
tree6f99df31ed15b3abf34abada96c1f40b14c5ce7d
parenteb078db384e336c1f2338adfdf8f6594660964d6 (diff)
downloadfio-20d61dff3c371c6cbf18ec5373e9c5f56c28732a.tar.gz
AIX fixups
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
-rw-r--r--Makefile.aix2
-rw-r--r--os/os-aix.h1
2 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.aix b/Makefile.aix
index 29d6e099..83b5cf4d 100644
--- a/Makefile.aix
+++ b/Makefile.aix
@@ -7,7 +7,7 @@ SCRIPTS = fio_generate_plots
OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \
eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \
rbtree.o fifo.o smalloc.o filehash.o helpers.o \
- profile.o debug.o getopt_long.o
+ profile.o debug.o
OBJS += lib/rand.o
OBJS += lib/getopt_long.o
diff --git a/os/os-aix.h b/os/os-aix.h
index 1cc35e86..7a646978 100644
--- a/os/os-aix.h
+++ b/os/os-aix.h
@@ -7,7 +7,6 @@
#include <sys/ioctl.h>
#define FIO_HAVE_POSIXAIO
-#define FIO_HAVE_FALLOCATE
#define FIO_HAVE_ODIRECT
#define FIO_USE_GENERIC_RAND