diff options
Diffstat (limited to 'linux/avr32/syscallent.h')
-rw-r--r-- | linux/avr32/syscallent.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h index e10d61160..3e9f6e527 100644 --- a/linux/avr32/syscallent.h +++ b/linux/avr32/syscallent.h @@ -55,7 +55,7 @@ [ 27] = { 1, 0, SEN(alarm), "alarm" }, [ 28] = { 0, TS, SEN(pause), "pause" }, [ 29] = { 2, TF, SEN(utime), "utime" }, -[ 30] = { 2, TF|TSTA, SEN(stat), "stat" }, +[ 30] = { 2, TF|TST|TSTA, SEN(stat), "stat" }, [ 31] = { 2, TD|TFST|TSTA, SEN(fstat), "fstat" }, [ 32] = { 2, TF|TLST|TSTA, SEN(lstat), "lstat" }, [ 33] = { 2, TF, SEN(access), "access" }, @@ -193,7 +193,7 @@ [165] = { 3, TN, SEN(recvmsg), "recvmsg" }, [166] = { 3, TF, SEN(truncate64), "truncate64" }, [167] = { 3, TD, SEN(ftruncate64), "ftruncate64" }, -[168] = { 2, TF|TSTA, SEN(stat64), "stat64" }, +[168] = { 2, TF|TST|TSTA, SEN(stat64), "stat64" }, [169] = { 2, TF|TLST|TSTA, SEN(lstat64), "lstat64" }, [170] = { 2, TD|TFST|TSTA, SEN(fstat64), "fstat64" }, [171] = { 2, TF, SEN(pivotroot), "pivot_root" }, |