* [PATCH] test/io_uring_setup: Fix include path to syscall.h
@ 2023-06-30 2:39 David Wei
2023-07-01 2:13 ` Jens Axboe
0 siblings, 1 reply; 2+ messages in thread
From: David Wei @ 2023-06-30 2:39 UTC (permalink / raw)
To: Jens Axboe, Pavel Begunkov; +Cc: io-uring, David Wei
From: David Wei <[email protected]>
From "../syscall.h" to "../src/syscall.h" which is consistent with the
rest of the tests.
Signed-off-by: David Wei <[email protected]>
---
test/io_uring_setup.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/io_uring_setup.c b/test/io_uring_setup.c
index 2e95418..22bc401 100644
--- a/test/io_uring_setup.c
+++ b/test/io_uring_setup.c
@@ -17,7 +17,7 @@
#include "liburing.h"
#include "helpers.h"
-#include "../syscall.h"
+#include "../src/syscall.h"
/* bogus: setup returns a valid fd on success... expect can't predict the
fd we'll get, so this really only takes 1 parameter: error */
--
2.34.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-01 2:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-30 2:39 [PATCH] test/io_uring_setup: Fix include path to syscall.h David Wei
2023-07-01 2:13 ` Jens Axboe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox