mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
libaio: Update to 0.3.112
Replace inactive maintainer with myself.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit 7cd204e99e)
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[compile tested on powerpc_8540]
This commit is contained in:
committed by
Josef Schlehofer
parent
99efce0cd2
commit
61b732e62f
@@ -26,7 +26,7 @@ Description: Add SH supprt
|
||||
#define KERNEL_RW_POINTER ((void *)0x10100000)
|
||||
--- a/src/libaio.h
|
||||
+++ b/src/libaio.h
|
||||
@@ -51,7 +51,8 @@ typedef enum io_iocb_cmd {
|
||||
@@ -52,7 +52,8 @@ typedef enum io_iocb_cmd {
|
||||
|
||||
/* little endian, 32 bits */
|
||||
#if defined(__i386__) || (defined(__arm__) && !defined(__ARMEB__)) || \
|
||||
@@ -36,7 +36,7 @@ Description: Add SH supprt
|
||||
defined(__cris__) || (defined(__riscv) && __riscv_xlen == 32) || \
|
||||
(defined(__GNUC__) && defined(__BYTE_ORDER__) && \
|
||||
__BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ && __SIZEOF_LONG__ == 4)
|
||||
@@ -83,6 +84,7 @@ typedef enum io_iocb_cmd {
|
||||
@@ -84,6 +85,7 @@ typedef enum io_iocb_cmd {
|
||||
/* big endian, 32 bits */
|
||||
#elif defined(__PPC__) || defined(__s390__) || \
|
||||
(defined(__arm__) && defined(__ARMEB__)) || \
|
||||
|
||||
Reference in New Issue
Block a user