]> granicus.if.org Git - strace/commitdiff
Fix sched_setparam syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Sat, 10 Jan 2015 05:28:06 +0000 (08:28 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 12 Jan 2015 17:32:16 +0000 (17:32 +0000)
* linux/aarch64/syscallent1.h (sched_setparam): Change nargs to 2.
* linux/arm/syscallent.h (sched_setparam): Likewise.
* linux/avr32/syscallent.h (sched_setparam): Likewise.
* linux/bfin/syscallent.h (sched_setparam): Likewise.
* linux/i386/syscallent.h (sched_setparam): Likewise.
* linux/m68k/syscallent.h (sched_setparam): Likewise.
* linux/microblaze/syscallent.h (sched_setparam): Likewise.
* linux/s390/syscallent.h (sched_setparam): Likewise.
* linux/s390x/syscallent.h (sched_setparam): Likewise.
* linux/sh/syscallent.h (sched_setparam): Likewise.
* linux/sh64/syscallent.h (sched_setparam): Likewise.
* linux/tile/syscallent.h (sched_setparam): Likewise.
* linux/tile/syscallent1.h (sched_setparam): Likewise.
* linux/x32/syscallent.h (sched_setparam): Likewise.
* linux/x86_64/syscallent.h (sched_setparam): Likewise.

15 files changed:
linux/aarch64/syscallent1.h
linux/arm/syscallent.h
linux/avr32/syscallent.h
linux/bfin/syscallent.h
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/microblaze/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/tile/syscallent.h
linux/tile/syscallent1.h
linux/x32/syscallent.h
linux/x86_64/syscallent.h

index b11ab10e755ddd4d5543699d923601fc71da5c7e..22ea95582eb2c296e5b58cafcc44877bd998a1c8 100644 (file)
        { 4,    0,      sys_clock_nanosleep,            "clock_nanosleep"               }, /*  115 */
        { 3,    0,      sys_syslog,                     "syslog"                        }, /*  116 */
        { 4,    0,      sys_ptrace,                     "ptrace"                        }, /*  117 */
-       { 0,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
+       { 2,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
        { 3,    0,      sys_sched_setscheduler,         "sched_setscheduler"            }, /*  119 */
        { 1,    0,      sys_sched_getscheduler,         "sched_getscheduler"            }, /*  120 */
        { 2,    0,      sys_sched_getparam,             "sched_getparam"                }, /*  121 */
index 80c1c8969b0ecbc6541378fbbea05c5846a09a06..4d2184a1c65fc1f8d01aa014035a893f8d6baedd 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index b47653caa396303c9dc88e984330cdeb42a547e9..a9ebee0fd52192334d4b23b2d25cc3ac9fae7144 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 132 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 133 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 134 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 135 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 135 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 136 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 137 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 138 */
index 8200d44fb3100db6acb74f4d9f9c1a09b6d0324f..14b508dc703b3d99530d8bc0d856a95f8d55a8bb 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"        }, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"        }, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"        }, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"    }, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"    }, /* 157 */
index ba991a5a57222cad0e628ed4881c246e30759198..d4357387db4a2d560ac3005cd4ae6312f10a0abe 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index b267ca88402d7137f907b896ddaceb3475094b4a..396794e280c0013418440bbd195b4f42c89eed11 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index 2f50eaeda4c8513e1da9954223e4d774016da030..5f5368c7894a9e9f3379a3628fc7fcd08ea22b35 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index 0f8d5848fa8e00201a6049266c86deaae08984e2..f91b805efe1212e301f8a92c4f783d7374ad2b26 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index 8ab0dad3e351b1f700f233e3096751caef395c9d..99bf90bc8d7ac98eaf901a244548776b73339dd0 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index 266e079acc4ce1d4049dbd7149dce5ff162ef6df..30b8ad365cab27ce00113308879ae08a03f109e6 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 1,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index 5109f255556c65d9acf7ce8d4442b165c21da1bf..93b12b3612dfa3008200ecd6e0bd9ddf37585621 100644 (file)
        { 2,    TM,     sys_munlock,            "munlock"       }, /* 151 */
        { 1,    TM,     sys_mlockall,           "mlockall"      }, /* 152 */
        { 0,    TM,     sys_munlockall,         "munlockall"    }, /* 153 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"}, /* 154 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"}, /* 155 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"}, /* 156 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"}, /* 157 */
index e2ccbe9caf5984f6a7a8b5cd16744d76bc30eeaf..213e56c7150188c3d87a2d13c9558b9beb97ad40 100644 (file)
        { 4,    0,      sys_clock_nanosleep,            "clock_nanosleep"               }, /*  115 */
        { 3,    0,      sys_syslog,                     "syslog"                        }, /*  116 */
        { 4,    0,      sys_ptrace,                     "ptrace"                        }, /*  117 */
-       { 0,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
+       { 2,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
        { 3,    0,      sys_sched_setscheduler,         "sched_setscheduler"            }, /*  119 */
        { 1,    0,      sys_sched_getscheduler,         "sched_getscheduler"            }, /*  120 */
        { 2,    0,      sys_sched_getparam,             "sched_getparam"                }, /*  121 */
index 50b464133ba7cd966301448e74bc4290fe947917..9b90bd2f643cebba4ff6f10521165acc347f1a8a 100644 (file)
        { 4,    0,      sys_clock_nanosleep,            "clock_nanosleep"               }, /*  115 */
        { 3,    0,      sys_syslog,                     "syslog"                        }, /*  116 */
        { 4,    0,      sys_ptrace,                     "ptrace"                        }, /*  117 */
-       { 0,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
+       { 2,    0,      sys_sched_setparam,             "sched_setparam"                }, /*  118 */
        { 3,    0,      sys_sched_setscheduler,         "sched_setscheduler"            }, /*  119 */
        { 1,    0,      sys_sched_getscheduler,         "sched_getscheduler"            }, /*  120 */
        { 2,    0,      sys_sched_getparam,             "sched_getparam"                }, /*  121 */
index 512ec9c40c43ba7e58c77e27699d80cc115bae33..43e3ddc71ff5306baab111842115c1d68116a880 100644 (file)
        { 3,    0,      sys_sysfs,              "sysfs"         },  /* 139 */
        { 2,    0,      sys_getpriority,        "getpriority"   },  /* 140 */
        { 3,    0,      sys_setpriority,        "setpriority"   },  /* 141 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"        },  /* 142 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"        },  /* 142 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"        },  /* 143 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"    },  /* 144 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"    },  /* 145 */
index ed0f4fb93d08caa49ad067930258cf61984353c6..c98c70bb7cba66555dc6f3e647d2f4598de80940 100644 (file)
        { 3,    0,      sys_sysfs,              "sysfs"         },  /* 139 */
        { 2,    0,      sys_getpriority,        "getpriority"   },  /* 140 */
        { 3,    0,      sys_setpriority,        "setpriority"   },  /* 141 */
-       { 0,    0,      sys_sched_setparam,     "sched_setparam"        },  /* 142 */
+       { 2,    0,      sys_sched_setparam,     "sched_setparam"        },  /* 142 */
        { 2,    0,      sys_sched_getparam,     "sched_getparam"        },  /* 143 */
        { 3,    0,      sys_sched_setscheduler, "sched_setscheduler"    },  /* 144 */
        { 1,    0,      sys_sched_getscheduler, "sched_getscheduler"    },  /* 145 */