From: Dmitry V. Levin Date: Thu, 26 Feb 2015 23:36:26 +0000 (+0000) Subject: s390, s390x: sync syscall entry names with kernel headers X-Git-Tag: v4.10~56 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d9fa80918c32c97ab5bb4192e7b6318c2d063a7;p=strace s390, s390x: sync syscall entry names with kernel headers * linux/s390/syscallent.h (1, 180, 181): Change syscall names to match __NR_* constants defined in arch/s390/include/uapi/asm/unistd.h. * linux/s390x/syscallent.h: Likewise. --- diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h index d3c0c785..dc780979 100644 --- a/linux/s390/syscallent.h +++ b/linux/s390/syscallent.h @@ -29,7 +29,7 @@ */ [ 0] = { 0, 0, sys_setup, "setup" }, -[ 1] = { 1, TP|SE, sys_exit, "_exit" }, +[ 1] = { 1, TP|SE, sys_exit, "exit" }, [ 2] = { 0, TP, sys_fork, "fork" }, [ 3] = { 3, TD, sys_read, "read" }, [ 4] = { 3, TD, sys_write, "write" }, @@ -208,8 +208,8 @@ [177] = { 4, TS, sys_rt_sigtimedwait, "rt_sigtimedwait" }, [178] = { 3, TS, sys_rt_sigqueueinfo, "rt_sigqueueinfo" }, [179] = { 2, TS, sys_rt_sigsuspend, "rt_sigsuspend" }, -[180] = { 5, TD, sys_pread, "pread" }, -[181] = { 5, TD, sys_pwrite, "pwrite" }, +[180] = { 5, TD, sys_pread, "pread64" }, +[181] = { 5, TD, sys_pwrite, "pwrite64" }, [182] = { 3, TF, sys_chown16, "chown" }, [183] = { 2, TF, sys_getcwd, "getcwd" }, [184] = { 2, 0, sys_capget, "capget" }, diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h index 5c5e45b6..bb4ab699 100644 --- a/linux/s390x/syscallent.h +++ b/linux/s390x/syscallent.h @@ -28,7 +28,7 @@ */ [ 0] = { 0, 0, sys_setup, "setup" }, -[ 1] = { 1, TP|SE, sys_exit, "_exit" }, +[ 1] = { 1, TP|SE, sys_exit, "exit" }, [ 2] = { 0, TP, sys_fork, "fork" }, [ 3] = { 3, TD, sys_read, "read" }, [ 4] = { 3, TD, sys_write, "write" }, @@ -197,8 +197,8 @@ [177] = { 4, TS, sys_rt_sigtimedwait, "rt_sigtimedwait" }, [178] = { 3, TS, sys_rt_sigqueueinfo, "rt_sigqueueinfo" }, [179] = { 2, TS, sys_rt_sigsuspend, "rt_sigsuspend" }, -[180] = { 4, TD, sys_pread, "pread" }, -[181] = { 4, TD, sys_pwrite, "pwrite" }, +[180] = { 4, TD, sys_pread, "pread64" }, +[181] = { 4, TD, sys_pwrite, "pwrite64" }, [182] = { }, [183] = { 2, TF, sys_getcwd, "getcwd" }, [184] = { 2, 0, sys_capget, "capget" },