Index: benchmark/io/readv.cfa
===================================================================
--- benchmark/io/readv.cfa	(revision 1bcdeff36e0962f7f4f9f423768c8f572f6fa619)
+++ benchmark/io/readv.cfa	(revision 2489d3171d9cea7ac76e8425d2473a9497537b10)
@@ -18,5 +18,5 @@
 
 extern bool traceHeapOn();
-extern ssize_t async_preadv2(int fd, const struct iovec *iov, int iovcnt, off_t offset, int flags);
+extern ssize_t cfa_preadv2(int fd, const struct iovec *iov, int iovcnt, off_t offset, int flags);
 
 int fd;
@@ -34,5 +34,5 @@
 
 	while(__atomic_load_n(&run, __ATOMIC_RELAXED)) {
-		async_preadv2(fd, &iov, 1, 0, 0);
+		cfa_preadv2(fd, &iov, 1, 0, 0);
 		__atomic_fetch_add( &count, 1, __ATOMIC_SEQ_CST );
 	}
