X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=linux%2Fsh64%2Fsyscallent.h;h=873c32803224f9aba19b5d1790f5eb69782c5c62;hb=ffb6c55d7d52b22a526e58815770b09a2994d856;hp=3ac2974284d92c62c7fbb87a54dba6cbb7b1db36;hpb=a318cc05328f194135a0ad5401f2059c03029a88;p=strace diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 3ac29742..873c3280 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -26,8 +26,8 @@ * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -[ 0] = { 0, 0, SEN(setup), "setup" }, -[ 1] = { 1, TP|SE, SEN(exit), "_exit" }, +[ 0] = { 0, 0, SEN(restart_syscall), "restart_syscall" }, +[ 1] = { 1, TP|SE, SEN(exit), "exit" }, [ 2] = { 0, TP, SEN(fork), "fork" }, [ 3] = { 3, TD, SEN(read), "read" }, [ 4] = { 3, TD, SEN(write), "write" }, @@ -116,7 +116,7 @@ [ 87] = { 2, TF, SEN(swapon), "swapon" }, [ 88] = { 4, 0, SEN(reboot), "reboot" }, [ 89] = { 3, TD, SEN(readdir), "readdir" }, -[ 90] = { 6, TD|TM|SI, SEN(mmap), "old_mmap" }, +[ 90] = { 6, TD|TM|SI, SEN(mmap), "mmap" }, [ 91] = { 2, TM|SI, SEN(munmap), "munmap" }, [ 92] = { 2, TF, SEN(truncate), "truncate" }, [ 93] = { 2, TD, SEN(ftruncate), "ftruncate" }, @@ -162,13 +162,13 @@ [133] = { 1, TD, SEN(fchdir), "fchdir" }, [134] = { 2, 0, SEN(bdflush), "bdflush" }, [135] = { 3, 0, SEN(sysfs), "sysfs" }, -[136] = { 1, 0, SEN(personality), "personality" }, +[136] = { 1, NF, SEN(personality), "personality" }, [137] = { 5, 0, SEN(afs_syscall), "afs_syscall" }, [138] = { 1, NF, SEN(setfsuid16), "setfsuid" }, [139] = { 1, NF, SEN(setfsgid16), "setfsgid" }, [140] = { 5, TD, SEN(llseek), "_llseek" }, [141] = { 3, TD, SEN(getdents), "getdents" }, -[142] = { 5, TD, SEN(select), "select" }, +[142] = { 5, TD, SEN(select), "_newselect" }, [143] = { 2, TD, SEN(flock), "flock" }, [144] = { 3, TM, SEN(msync), "msync" }, [145] = { 3, TD, SEN(readv), "readv" }, @@ -206,8 +206,8 @@ [177] = { 4, TS, SEN(rt_sigtimedwait), "rt_sigtimedwait" }, [178] = { 3, TS, SEN(rt_sigqueueinfo), "rt_sigqueueinfo" }, [179] = { 2, TS, SEN(rt_sigsuspend), "rt_sigsuspend" }, -[180] = { 4, TD, SEN(pread), "pread" }, -[181] = { 4, TD, SEN(pwrite), "pwrite" }, +[180] = { 4, TD, SEN(pread), "pread64" }, +[181] = { 4, TD, SEN(pwrite), "pwrite64" }, [182] = { 3, TF, SEN(chown16), "chown" }, [183] = { 2, TF, SEN(getcwd), "getcwd" }, [184] = { 2, 0, SEN(capget), "capget" }, @@ -274,7 +274,7 @@ [246] = { 3, TI, SEN(shmget), "shmget" }, [247] = { 4, TI, SEN(shmctl), "shmctl" }, [248] = { 3, TD, SEN(getdents64), "getdents64" }, -[249] = { 3, TD, SEN(fcntl), "fcntl64" }, +[249] = { 3, TD, SEN(fcntl64), "fcntl64" }, [250 ... 251] = { }, [252] = { 4, 0, SEN(gettid), "gettid" }, [253] = { 3, TD, SEN(readahead), "readahead" }, @@ -351,7 +351,7 @@ [325] = { 4, TD|TF, SEN(mknodat), "mknodat" }, [326] = { 5, TD|TF, SEN(fchownat), "fchownat" }, [327] = { 3, TD|TF, SEN(futimesat), "futimesat" }, -[328] = { 4, TD|TF, SEN(newfstatat), "newfstatat" }, +[328] = { 4, TD|TF, SEN(newfstatat), "fstatat64" }, [329] = { 3, TD|TF, SEN(unlinkat), "unlinkat" }, [330] = { 4, TD|TF, SEN(renameat), "renameat" }, [331] = { 5, TD|TF, SEN(linkat), "linkat" }, @@ -373,7 +373,7 @@ [347] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, [348] = { 4, TD|TF, SEN(utimensat), "utimensat" }, [349] = { 3, TD|TS, SEN(signalfd), "signalfd" }, -[350] = { 4, TD, SEN(timerfd), "timerfd" }, +[350] = { 2, TD, SEN(timerfd_create), "timerfd_create" }, [351] = { 1, TD, SEN(eventfd), "eventfd" }, [352] = { 4, TD, SEN(fallocate), "fallocate" }, [353] = { 4, TD, SEN(timerfd_settime), "timerfd_settime" },