Otherwise we get preprocessor warnings due to the redefinitions.
Signed-off-by: Guillem Jover <guillem@hadrons.org>
Gbp-Pq: Name 0002-syscall-Fix-ia64-definitions-to-match-exactly-the-ke.patch
-#define __NR_io_setup 1238
-#define __NR_io_destroy 1239
-#define __NR_io_getevents 1240
-#define __NR_io_submit 1241
-#define __NR_io_cancel 1242
+#define __NR_Linux 1024
+#define __NR_io_setup (__NR_Linux + 214)
+#define __NR_io_destroy (__NR_Linux + 215)
+#define __NR_io_getevents (__NR_Linux + 216)
+#define __NR_io_submit (__NR_Linux + 217)
+#define __NR_io_cancel (__NR_Linux + 218)