]> granicus.if.org Git - strace/commitdiff
2008-07-17 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 01:23:49 +0000 (01:23 +0000)
committerRoland McGrath <roland@redhat.com>
Fri, 18 Jul 2008 01:23:49 +0000 (01:23 +0000)
* linux/syscallent.h: Fix "futex" argument count.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
From Ulrich Drepper <drepper@redhat.com>.
Fixes RH#448629.

linux/alpha/syscallent.h
linux/arm/syscallent.h
linux/hppa/syscallent.h
linux/ia64/syscallent.h
linux/m68k/syscallent.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sparc/syscallent.h
linux/syscallent.h
linux/x86_64/syscallent.h

index a989536663106444dfecada0128cf8765c8bfe86..e62f676ce8aee31f1c67c8752822857e42f3982e 100644 (file)
        { 2,    TF,     sys_removexattr,        "removexattr"           }, /* 391 */
        { 2,    TF,     sys_removexattr,        "lremovexattr"          }, /* 392 */
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"          }, /* 393 */
-       { 5,    0,      sys_futex,              "futex"                 }, /* 394 */
+       { 6,    0,      sys_futex,              "futex"                 }, /* 394 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity"     }, /* 395 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity"     }, /* 396 */
        { 5,    0,      printargs,              "tuxcall"               }, /* 397 */
index b70dac12ca3ed849f8c62c516d707e1f70cae384..200272a15240e204c7b950372f5cc41c0c423edc 100644 (file)
        { 2,    0,      sys_fremovexattr,       "fremovexattr"  }, /* 237 */
        { 2,    TS,     sys_kill,               "tkill"         }, /* 238 */
        { 4,    TF,     sys_sendfile64,         "sendfile64"    }, /* 239 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 240 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 240 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 241 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 242 */
        { 2,    0,      printargs,              "io_setup"      }, /* 243 */
index 81010d05115123a82f6ad85b93db19cf78151d5f..b7b67d9ffe22e4e0b48a041c9bd0e35f7bfe09e4 100644 (file)
        { 4,    TD,     sys_readahead,          "readahead"             }, /* 207 */
        { 2,    TS,     sys_kill,               "tkill"                 }, /* 208 */
        { 4,    TD,     sys_sendfile,           "sendfile64"            }, /* 209 */
-       { 5,    0,      sys_futex,              "futex"                 }, /* 210 */
+       { 6,    0,      sys_futex,              "futex"                 }, /* 210 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity"     }, /* 211 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity"     }, /* 212 */
        { 5,    0,      printargs,              "set_thread_area"       }, /* 213 */
index a659e0fc3b7dfea4d68c9d363b311641c0b36408..a37e025d61eaf19b92ab1d2c37a142624d1d57b5 100644 (file)
        { 2,    TF,     sys_removexattr,        "lremovexattr"  }, /* 1227 */
        { 2,    0,      sys_removexattr,        "fremovexattr"  }, /* 1228 */
        { 2,    TS,     sys_kill,               "tkill"         }, /* 1229 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 1230 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 1230 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity"},/* 1231 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity"},/* 1232 */
        { 1,    0,      printargs,              "set_tid_address"}, /* 1233 */
index 2beeb29224604d3c2ce7dde16ff6ff987ac483c7..826e554f655d3d7e4820625d2e9b7e783a3fe6a0 100644 (file)
        { 2,    TF,     sys_removexattr,        "removexattr"   }, /* 232 */
        { 2,    TF,     sys_removexattr,        "lremovexattr"  }, /* 233 */
        { 2,    0,      sys_fremovexattr,       "fremovexattr"  }, /* 234 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 235 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 235 */
        { 4,    TF,     sys_sendfile64,         "sendfile64"    }, /* 236 */
        { 3,    0,      sys_mincore,            "mincore"       }, /* 237 */
        { 3,    0,      sys_madvise,            "madvise"       }, /* 238 */
index 47a2cb5cff24a0dd9f944fd38ad8e1cbc6824b93..a3b354d95718c6719c244687ff41878f5b8c2b0e 100644 (file)
        { 2,    TF,     sys_removexattr,        "removexattr"           }, /* 218 */
        { 2,    TF,     sys_removexattr,        "lremovexattr"          }, /* 219 */
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"          }, /* 220 */
-       { 5,    0,      sys_futex,              "futex"                 }, /* 221 */
+       { 6,    0,      sys_futex,              "futex"                 }, /* 221 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity"     }, /* 222 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity"     }, /* 223 */
        { 5,    0,      printargs,              "SYS_224"               }, /* 224 */
index 2f05edc8f82cf1b2f88b2c76fe3416f36a02d02e..fe5ac8d3d2e82ca11581e6b73a44027d762324ad 100644 (file)
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"  }, /* 235 */
        { 0,    0,      printargs,              "gettid"        }, /* 236 */
        { 2,    TS,     sys_kill,               "tkill"         }, /* 237 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 238 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 238 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 239 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 240 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 241 */
index 556af1a9b206b8cf11f0914f17b34b4acc4982a4..0843145416092d0713975d1f4ee72cf3f852f3b0 100644 (file)
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"  }, /* 235 */
        { 0,    0,      printargs,              "gettid"        }, /* 236 */
        { 2,    TS,     sys_kill,               "tkill"         }, /* 237 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 238 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 238 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 239 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 240 */
        { 3,    TS,     sys_tgkill,             "tgkill"        }, /* 241 */
index ecb40187a78b3c7e3c034ac268fa184f64b707e7..54b744a28fdec05e77b0d11b2abe061acb8050dc 100644 (file)
        { 2,    TF,     sys_stat64,     "stat64" },             /* 139 */
        { 4,    TD,     sys_sendfile64, "sendfile64" },         /* 140 */
        { 3,    TN,     sys_getpeername,"getpeername" },        /* 141 */
-       { 5,    0,      sys_futex,      "futex" },              /* 142 */
+       { 6,    0,      sys_futex,      "futex" },              /* 142 */
        { 0,    0,      printargs,      "gettid" },             /* 143 */
        { 2,    0,      sys_getrlimit,  "getrlimit" },          /* 144 */
        { 2,    0,      sys_setrlimit,  "setrlimit" },          /* 145 */
index 2e8d58c712065cb5dff4118860ba3de000380ee3..a3fac2779e195a9d846fbb99203744ce5d45bcac 100644 (file)
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"  }, /* 237 */
        { 2,    TS,     sys_kill,               "tkill"         }, /* 238 */
        { 4,    TD,     sys_sendfile64,         "sendfile64"    }, /* 239 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 240 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 240 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 241 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 242 */
        { 1,    0,      sys_set_thread_area,    "set_thread_area" }, /* 243 */
index e99da95a9fbd983c0284ce52bb3f6534812cdf70..3968c2064792947b01f79b25dbde8277e5a80f34 100644 (file)
        { 2,    TD,     sys_fremovexattr,       "fremovexattr"  }, /* 199 */
        { 2,    0,      sys_kill,               "tkill"         }, /* 200 */
        { 1,    0,      sys_time,               "time"          },  /* 201 */
-       { 5,    0,      sys_futex,              "futex"         }, /* 202 */
+       { 6,    0,      sys_futex,              "futex"         }, /* 202 */
        { 3,    0,      sys_sched_setaffinity,  "sched_setaffinity" },/* 203 */
        { 3,    0,      sys_sched_getaffinity,  "sched_getaffinity" },/* 204 */
        { 1,    0,      sys_set_thread_area,    "set_thread_area" }, /* 205 */