From a75aaa452b0f814894ec0f0023436cac1dfe6fb3 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 4 Nov 2022 20:35:56 -0700 Subject: libaio: update to 0.3.113 Signed-off-by: Rosen Penev --- libs/libaio/patches/001_arches.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libs/libaio/patches/001_arches.patch') diff --git a/libs/libaio/patches/001_arches.patch b/libs/libaio/patches/001_arches.patch index a0b801c4f..569c9a1da 100644 --- a/libs/libaio/patches/001_arches.patch +++ b/libs/libaio/patches/001_arches.patch @@ -34,7 +34,7 @@ Last-Update: 2014-10-09 +#include "syscall-parisc.h" +#elif defined(__mips__) +#include "syscall-mips.h" - #elif defined(__aarch64__) || defined(__riscv) + #elif defined(__aarch64__) || defined(__loongarch__) || defined(__riscv) #include "syscall-generic.h" #else --- /dev/null @@ -96,7 +96,7 @@ Last-Update: 2014-10-09 +#endif /* _MIPS_SIM == _MIPS_SIM_NABI32 */ --- a/src/libaio.h +++ b/src/libaio.h -@@ -72,6 +72,7 @@ typedef enum io_iocb_cmd { +@@ -74,6 +74,7 @@ typedef enum io_iocb_cmd { /* big endian, 64 bits */ #elif defined(__powerpc64__) || defined(__s390x__) || \ -- cgit v1.2.3