Projects
Eulaceura:Factory
libaio
_service:obs_scm:0001-libaio-arm64-ilp32.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File _service:obs_scm:0001-libaio-arm64-ilp32.patch of Package libaio
From 723d28d8ec87d0c89a7c360c29f79b1b5644695d Mon Sep 17 00:00:00 2001 From: wangzhiqiang <wangzhiqiang95@huawei.com> Date: Fri, 28 Oct 2022 17:06:54 +0800 Subject: [PATCH] libaio arm64 ilp32 --- src/libaio.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/libaio.h b/src/libaio.h index 24b4b8a..07bda2a 100644 --- a/src/libaio.h +++ b/src/libaio.h @@ -55,6 +55,7 @@ typedef enum io_iocb_cmd { defined(__sh__) || defined(__bfin__) || defined(__MIPSEL__) || \ defined(__cris__) || defined(__loongarch32) || \ (defined(__riscv) && __riscv_xlen == 32) || \ + (defined(__aarch64__) && defined(__ILP32__) && defined(__AARCH64EL__)) || \ (defined(__GNUC__) && defined(__BYTE_ORDER__) && \ __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__ && __SIZEOF_LONG__ == 4) #define PADDED(x, y) x; unsigned y @@ -87,6 +88,7 @@ typedef enum io_iocb_cmd { (defined(__arm__) && defined(__ARMEB__)) || \ defined(__sparc__) || defined(__MIPSEB__) || defined(__m68k__) || \ defined(__hppa__) || defined(__frv__) || defined(__avr32__) || \ + (defined(__aarch64__) && defined(__ILP32__) && defined(__AARCH64EB__)) || \ (defined(__GNUC__) && defined(__BYTE_ORDER__) && \ __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__ && __SIZEOF_LONG__ == 4) #define PADDED(x, y) unsigned y; x -- 2.33.0
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.
浙ICP备2022010568号-2