19 lines
483 B
Diff
19 lines
483 B
Diff
|
|
--- libaio-0.3.111_old/src/syscall-x86_64.h 2019-02-14 04:09:48.632926019 -0500
|
||
|
|
+++ libaio-0.3.111/src/syscall-x86_64.h 2019-02-14 04:14:05.585928959 -0500
|
||
|
|
@@ -1,5 +1,15 @@
|
||
|
|
+#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
|