1 Star 0 Fork 28

lihaoxiang/libaio

forked from src-openEuler/libaio 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
0003-libaio-fix-for-x32.patch 500 Bytes
Copy Edit Raw Blame History
linfeilong835 authored 2020-07-20 14:33 . update to 0.3.112 and fix 5
diff --git a/src/syscall-x86_64.h b/src/syscall-x86_64.h
index 0eccef3..fd71da9 100644
--- a/src/syscall-x86_64.h
+++ b/src/syscall-x86_64.h
@@ -1,6 +1,16 @@
+#ifndef __NR_io_setup
#define __NR_io_setup 206
+#endif
+#ifndef __NR_io_destroy
#define __NR_io_destroy 207
+#endif
+#ifndef __NR_io_getevents
#define __NR_io_getevents 208
+#endif
+#ifndef __NR_io_submit
#define __NR_io_submit 209
+#endif
+#ifndef __NR_io_cancel
#define __NR_io_cancel 210
+#endif
#define __NR_io_pgetevents 333
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/handsome_brother/libaio.git
git@gitee.com:handsome_brother/libaio.git
handsome_brother
libaio
libaio
master

Search