summaryrefslogtreecommitdiff
path: root/linux/avr32/syscallent.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/avr32/syscallent.h')
-rw-r--r--linux/avr32/syscallent.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index 239cc0cd6..aafb85305 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -19,7 +19,7 @@
[ 10] = { 1, TF, SEN(unlink), "unlink" },
[ 11] = { 3, TF|TP|TSD|SE|SI, SEN(execve), "execve" },
[ 12] = { 1, TF, SEN(chdir), "chdir" },
-[ 13] = { 1, 0, SEN(time), "time" },
+[ 13] = { 1, TCL, SEN(time), "time" },
[ 14] = { 3, TF, SEN(mknod), "mknod" },
[ 15] = { 2, TF, SEN(chmod), "chmod" },
[ 16] = { 3, TF, SEN(chown), "chown" },
@@ -84,8 +84,8 @@
[ 75] = { 2, 0, SEN(setrlimit), "setrlimit" },
[ 76] = { 2, 0, SEN(getrlimit), "getrlimit" },
[ 77] = { 2, 0, SEN(getrusage), "getrusage" },
-[ 78] = { 2, 0, SEN(gettimeofday), "gettimeofday" },
-[ 79] = { 2, 0, SEN(settimeofday), "settimeofday" },
+[ 78] = { 2, TCL, SEN(gettimeofday), "gettimeofday" },
+[ 79] = { 2, TCL, SEN(settimeofday), "settimeofday" },
[ 80] = { 2, TC, SEN(getgroups), "getgroups" },
[ 81] = { 2, TC, SEN(setgroups), "setgroups" },
[ 82] = { 5, TD, SEN(select), "select" },
@@ -118,7 +118,7 @@
[109] = { 4, TD|TN, SEN(sendfile), "sendfile" },
[110] = { 2, 0, SEN(setdomainname), "setdomainname" },
[111] = { 1, 0, SEN(uname), "uname" },
-[112] = { 1, 0, SEN(adjtimex32), "adjtimex" },
+[112] = { 1, TCL, SEN(adjtimex32), "adjtimex" },
[113] = { 3, TM|SI, SEN(mprotect), "mprotect" },
[114] = { 0, TP, SEN(vfork), "vfork" },
[115] = { 3, 0, SEN(init_module), "init_module" },
@@ -221,9 +221,9 @@
[212] = { 2, 0, SEN(timer_gettime32), "timer_gettime" },
[213] = { 1, 0, SEN(timer_getoverrun), "timer_getoverrun" },
[214] = { 1, 0, SEN(timer_delete), "timer_delete" },
-[215] = { 2, 0, SEN(clock_settime32), "clock_settime" },
-[216] = { 2, 0, SEN(clock_gettime32), "clock_gettime" },
-[217] = { 2, 0, SEN(clock_getres_time32), "clock_getres" },
+[215] = { 2, TCL, SEN(clock_settime32), "clock_settime" },
+[216] = { 2, TCL, SEN(clock_gettime32), "clock_gettime" },
+[217] = { 2, TCL, SEN(clock_getres_time32), "clock_getres" },
[218] = { 4, 0, SEN(clock_nanosleep_time32), "clock_nanosleep" },
[219] = { 3, TF|TSF|TSFA, SEN(statfs64), "statfs64" },
[220] = { 3, TD|TFSF|TSFA, SEN(fstatfs64), "fstatfs64" },
@@ -312,7 +312,7 @@
[303] = { 4, 0, SEN(prlimit64), "prlimit64" },
[304] = { 5, TD|TF, SEN(name_to_handle_at), "name_to_handle_at" },
[305] = { 3, TD, SEN(open_by_handle_at), "open_by_handle_at" },
-[306] = { 2, 0, SEN(clock_adjtime32), "clock_adjtime" },
+[306] = { 2, TCL, SEN(clock_adjtime32), "clock_adjtime" },
[307] = { 1, TD, SEN(syncfs), "syncfs" },
[308] = { 4, TN, SEN(sendmmsg), "sendmmsg" },
[309] = { 6, 0, SEN(process_vm_readv), "process_vm_readv" },