diff --git a/Makefile b/Makefile index a9ced29e266a8d583c161a584437764298764a16..21b4705f88a79f8f1094d90d1d4709073187bf7b 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ BENCH_MAIN := bench.c -SYSCALLS := blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll aio-sig aio-thrd +SYSCALLS := blocking io-uring io-uring-sqpoll io-uring-no-syscall epoll paio-sig paio-thrd OBJ := $(addprefix bench-,$(SYSCALLS)) diff --git a/aio-sig.c b/paio-sig.c similarity index 100% rename from aio-sig.c rename to paio-sig.c diff --git a/aio-thrd.c b/paio-thrd.c similarity index 100% rename from aio-thrd.c rename to paio-thrd.c