ia64: fix syscall numbers for set_robust_list, get_robust_list, and splice syscalls
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Aug 2015 13:31:42 +0000 (13:31 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Aug 2015 13:36:44 +0000 (13:36 +0000)
* linux/ia64/syscallent.h: Place syscall entries for set_robust_list,
get_robust_list, and splice in correct order.

linux/ia64/syscallent.h

index a17c766d3b6e9c6595a2b4522c7d7d8e42bfd2d8..b2b2fb9c840b2f95b9d3fc25c7f8cbab803c33cd 100644 (file)
 [1294] = { 6,  TD,             SEN(pselect6),                  "pselect6"              },
 [1295] = { 5,  TD,             SEN(ppoll),                     "ppoll"                 },
 [1296] = { 1,  TP,             SEN(unshare),                   "unshare"               },
-[1297] = { 2,  0,              SEN(set_robust_list),           "set_robust_list"       },
-[1298] = { 3,  0,              SEN(get_robust_list),           "get_robust_list"       },
-[1299] = { 6,  TD,             SEN(splice),                    "splice"                },
+[1297] = { 6,  TD,             SEN(splice),                    "splice"                },
+[1298] = { 2,  0,              SEN(set_robust_list),           "set_robust_list"       },
+[1299] = { 3,  0,              SEN(get_robust_list),           "get_robust_list"       },
 [1300] = { 4,  TD,             SEN(sync_file_range),           "sync_file_range"       },
 [1301] = { 4,  TD,             SEN(tee),                       "tee"                   },
 [1302] = { 4,  TD,             SEN(vmsplice),                  "vmsplice"              },