@samitouri / QOSAMI-WSL / commits / caa9d822

Fix unit test build failure on arm64 (#41437)

Blue committed Aug 26, 2026 at 18:39 UTC caa9d82276a9220ec9614834ebecac59631b3881
1 file changed +1 -1
test/linux/unit_tests/lxtfs.c
+1 -1
@@ -3623,7 +3623,7 @@ Return Value:
3623
3624 #define READV_SYSCALL_NR 19
3625
3626 -#elif __arm__
3626 +#elif __aarch64__
3627
3628 #define READV_SYSCALL_NR 65
3629