]> granicus.if.org Git - strace/commitdiff
Fix epoll_pwait syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 23:19:47 +0000 (23:19 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 25 Nov 2011 23:19:47 +0000 (23:19 +0000)
* linux/alpha/syscallent.h: Fix number of epoll_pwait arguments.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/tile/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.

17 files changed:
linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/i386/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/mips/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/tile/syscallent.h
linux/x86_64/syscallent.h

index 8fc000a570f4f7c9efd4495f8980ae170b10590b..50d4b8a41a152c988083f6354fe03e6c45c74e48 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"              }, /* 471 */
        { 6,    0,      sys_move_pages,         "move_pages"            }, /* 472 */
        { 3,    0,      sys_getcpu,             "getcpu"                }, /* 473 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"           }, /* 474 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"           }, /* 474 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"             }, /* 475 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"              }, /* 476 */
        { 4,    TD,     sys_timerfd,            "timerfd"               }, /* 477 */
index dc42b8a119891b02f7573aabe2e2e91eefe918ec..9a5954ae193d06c939983a80c089fe67d2c833e9 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 343 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 344 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 345 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 346 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 346 */
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 347 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 348 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 349 */
index 52d8f4548308c31b4b676bbfa92c17232fe05417..0a0e73fb8080b876dfaf08178cae439e5ca24aee 100644 (file)
        { 4,    TD,     sys_sync_file_range,    "sync_file_range" }, /* 262 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 263 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 264 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 265 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 265 */
        { 4,    TI,     sys_msgget,             "msgget"        }, /* 266 */
        { 4,    TI,     sys_msgsnd,             "msgsnd"        }, /* 267 */
        { 5,    TI,     sys_msgrcv,             "msgrcv"        }, /* 268 */
index cd6de967a304905f08f8ed4c8900eb2963e2994c..47a37d7547c2ba1e445e37a6181b3ebb00e9afd0 100644 (file)
        { 4,    TD,     sys_sync_file_range,    "sync_file_range"       }, /* 343 */
        { 4,    TD,     sys_tee,                "tee"           }, /* 344 */
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 345 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 346 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 346 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 347 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 348 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"        }, /* 349 */
index 4b2f6a801e4ce1d890f8a0caf6ece2d185968603..4ec180f1365ab8ae697672684ca6bcce13506701 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 317 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 318 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 320 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 321 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"}, /* 322 */
index 0f4151c46a55bd22451a9220fde37672d0ecf9a5..2b334ec39065459200d7200d931c1209996be8b5 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 1302 */
        { MA,   0,      printargs,              "SYS_1303"      }, /* 1303 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 1304 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 1305 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 1305 */
        { MA,   0,      printargs,              "SYS_1306"      }, /* 1306 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 1307 */
        { 4,    TD,     sys_timerfd,            "timerfd"       }, /* 1308 */
index e339db37e5081aab65484567b56436a5a90e6f71..01002f42a14b65179f15ce7133f5671ef403aeee 100644 (file)
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 312 */
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 313 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 314 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 315 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 315 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 316 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 317 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"}, /* 318 */
index f9d79014d664d8aa109fbcb62b906c68824ebc54..691898d6b39e52317adde1c9d05e7364c738c90b 100644 (file)
        { 5,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 317 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 318 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 320 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 321 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"        }, /* 322 */
index 29250d7790d5f45d41fc8d955de496ca772a7881..ae150b940215d48b11e666ee5bf75b6f050de5e6 100644 (file)
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 4310 */
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 4311 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 4312 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 4313 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 4313 */
        { 3,    0,      sys_ioprio_set,         "ioprio_set"    }, /* 4314 */
        { 2,    0,      sys_ioprio_get,         "ioprio_get"    }, /* 4315 */
        { 4,    0,      printargs,              "utimensat"     }, /* 4316 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 5269 */
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 5270 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 5271 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 5272 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 5272 */
        { 3,    0,      sys_ioprio_set,         "ioprio_set"    }, /* 5273 */
        { 2,    0,      sys_ioprio_get,         "ioprio_get"    }, /* 5274 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 5275 */
        { 3,    0,      sys_get_robust_list,    "get_robust_list" }, /* 6273 */
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 6274 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 6275 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 6276 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 6276 */
        { 3,    0,      sys_ioprio_set,         "ioprio_set"    }, /* 6277 */
        { 2,    0,      sys_ioprio_get,         "ioprio_get"    }, /* 6278 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 6279 */
index 9983e0c4f640afcb1333ae2a74e35c69e7aae0f6..42729e20d89e39ddd7acadb3ca4ef3998a428ba8 100644 (file)
        { 2,    0,      sys_set_robust_list,    "set_robust_list"       }, /* 300 */
        { 6,    0,      sys_move_pages,         "move_pages"            }, /* 301 */
        { 3,    0,      sys_getcpu,             "getcpu"                }, /* 302 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"           }, /* 303 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"           }, /* 303 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"             }, /* 304 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"              }, /* 305 */
        { 4,    TD,     sys_timerfd_create,     "timerfd_create"        }, /* 306 */
index 1eca40bb6cc83b3345078eb2f26dc3fdbf1115d7..6494ebfaad2163ad7b334fa0c3bce1193f234413 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 309 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 310 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 311 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 312 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 312 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 313 */
        { 6,    TD,     sys_fallocate,          "fallocate"     }, /* 314 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 315 */
index b1896c3f2304c2975e05604453172d342ea83813..48388e63635bdc4ce17a9aa12379665481367b12 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 309 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 310 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 311 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 312 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 312 */
        { 2,    TF,     sys_utimes,             "utimes"        }, /* 313 */
        { 6,    TD,     sys_fallocate,          "fallocate"     }, /* 314 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 315 */
index 2c27e759b4464186e91f460b93dfce6389b23038..da77c9e3a77e9070c0e307e0e3faf5e7681ba91a 100644 (file)
        { 5,    TD,     sys_vmsplice,           "vmsplice"      }, /* 316 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 317 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 318 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 319 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 320 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 321 */
        { 4,    TD,     sys_timerfd,            "timerfd"       }, /* 322 */
index 1ea3924661df80de3fc3db9adbd3223cd7d23ddf..c64175f7c5b70119f9441c6361859472f6ff2714 100644 (file)
        { 5,    TD,     sys_vmsplice,           "vmsplice"      }, /* 344 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 345 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 346 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 347 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 347 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 348 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 349 */
        { 4,    TD,     sys_timerfd,            "timerfd"       }, /* 350 */
index f44aa7c736fd0099a59edb00d3ec8bce48a552fa..3bb088a6fcf952e864d635789d7d288847f9250e 100644 (file)
        { 4,    0,      sys_kexec_load,         "kexec_load"    }, /* 306 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 307 */
        { 3,    0,      sys_getcpu,             "getcpu"        }, /* 308 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 309 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 309 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 310 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 311 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"}, /* 312 */
index 4a694a5962d3f6ca2da36f25b1337e2029d62e72..bf2c5786352a80af939aa31eb3b9f1f3ec6fa3c3 100644 (file)
        { 1,    TP,     printargs,              "unused" }, /* 290 */
        { 1,    0,      printargs,              "cmpxchg_badaddr" }, /* 291 */
        { 3,    0,      sys_getcpu,             "getcpu" }, /* 292 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 293 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 293 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat" }, /* 294 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd" }, /* 295 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create" }, /* 296 */
index 710439f859aad00759a0d8e0a8f2c7ae3c9bc8a8..f9d654e2b1cc20abfd98999ede354bfa58c7a106 100644 (file)
        { 4,    TD,     sys_vmsplice,           "vmsplice"      }, /* 278 */
        { 6,    0,      sys_move_pages,         "move_pages"    }, /* 279 */
        { 4,    TD|TF,  sys_utimensat,          "utimensat"     }, /* 280 */
-       { 5,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 281 */
+       { 6,    TD,     sys_epoll_pwait,        "epoll_pwait"   }, /* 281 */
        { 3,    TD|TS,  sys_signalfd,           "signalfd"      }, /* 282 */
        { 2,    TD,     sys_timerfd_create,     "timerfd_create"}, /* 283 */
        { 1,    TD,     sys_eventfd,            "eventfd"       }, /* 284 */