summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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