[PATCH] test/io_uring_setup: Fix include path to syscall.h

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



From: David Wei <davidhwei@xxxxxxxx>

>From "../syscall.h" to "../src/syscall.h" which is consistent with the
rest of the tests.

Signed-off-by: David Wei <davidhwei@xxxxxxxx>
---
 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




[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux