diff options
Diffstat (limited to 'linux/sh64/syscallent.h')
-rw-r--r-- | linux/sh64/syscallent.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h index 4f202bdff..06186966c 100644 --- a/linux/sh64/syscallent.h +++ b/linux/sh64/syscallent.h @@ -110,7 +110,7 @@ [ 81] = { 2, 0, SEN(setgroups16), "setgroups" }, [ 82] = { }, [ 83] = { 2, TF, SEN(symlink), "symlink" }, -[ 84] = { 2, TF|TSTA, SEN(oldlstat), "oldlstat" }, +[ 84] = { 2, TF|TLST|TSTA, SEN(oldlstat), "oldlstat" }, [ 85] = { 3, TF, SEN(readlink), "readlink" }, [ 86] = { 1, TF, SEN(uselib), "uselib" }, [ 87] = { 2, TF, SEN(swapon), "swapon" }, @@ -133,7 +133,7 @@ [104] = { 3, 0, SEN(setitimer), "setitimer" }, [105] = { 2, 0, SEN(getitimer), "getitimer" }, [106] = { 2, TF|TSTA, SEN(stat), "stat" }, -[107] = { 2, TF|TSTA, SEN(lstat), "lstat" }, +[107] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" }, [108] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" }, [109] = { 1, 0, SEN(olduname), "olduname" }, [110] = { 1, 0, SEN(iopl), "iopl" }, @@ -221,7 +221,7 @@ [193] = { 2, TF, SEN(truncate), "truncate64" }, [194] = { 2, TD, SEN(ftruncate), "ftruncate64" }, [195] = { 2, TF|TSTA, SEN(stat64), "stat64" }, -[196] = { 2, TF|TSTA, SEN(lstat64), "lstat64" }, +[196] = { 2, TF|TLST|TSTA, SEN(lstat64), "lstat64" }, [197] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" }, [198] = { 3, TF, SEN(chown), "lchown32" }, [199] = { 0, NF, SEN(getuid), "getuid32" }, |