summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2011-02-20 20:17:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2011-02-20 20:17:00 +0000
commit2bc744d7c737f025e970d3e708a81779c45a8b06 (patch)
tree80508d23e64a04532166f0ccba71fdf419c8ed8f
parentb9839ef1295cd6d2ee56500226f8be080c63804f (diff)
downloadstrace-2bc744d7c737f025e970d3e708a81779c45a8b06.tar.gz
Fix flags of fallocate sysentries
* linux/*/syscallent.h: Fix sys_fallocate flags.
-rw-r--r--linux/alpha/syscallent.h2
-rw-r--r--linux/arm/syscallent.h2
-rw-r--r--linux/bfin/syscallent.h2
-rw-r--r--linux/hppa/syscallent.h2
-rw-r--r--linux/i386/syscallent.h2
-rw-r--r--linux/m68k/syscallent.h2
-rw-r--r--linux/mips/syscallent.h10
-rw-r--r--linux/powerpc/syscallent.h2
-rw-r--r--linux/s390/syscallent.h2
-rw-r--r--linux/s390x/syscallent.h2
-rw-r--r--linux/sh/syscallent.h2
-rw-r--r--linux/sh64/syscallent.h2
-rw-r--r--linux/sparc/syscallent.h2
-rw-r--r--linux/tile/syscallent.h2
-rw-r--r--linux/x86_64/syscallent.h2
15 files changed, 19 insertions, 19 deletions
diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h
index e13862c4a..a0828cc32 100644
--- a/linux/alpha/syscallent.h
+++ b/linux/alpha/syscallent.h
@@ -508,7 +508,7 @@
{ 4, TD, sys_timerfd, "timerfd" }, /* 477 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 478 */
{ 5, TN, sys_recvmmsg, "recvmmsg" }, /* 479 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 480 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 480 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 481 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 482 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 483 */
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index daf53e9a5..6aec02b27 100644
--- a/linux/arm/syscallent.h
+++ b/linux/arm/syscallent.h
@@ -382,7 +382,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 350 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 351 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 352 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 352 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 0550aa576..209e58f79 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -384,7 +384,7 @@
{ 5, TD, sys_fadvise64, "fadvise64" }, /* 353 */
{ 2, 0, printargs, "set_robust_list" }, /* 354 */
{ 3, 0, printargs, "get_robust_list" }, /* 355 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 356 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 356 */
{ 5, TI, sys_semtimedop, "semtimedop" }, /* 357 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 358 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 359 */
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index 542425a6a..8f20bc0ae 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -310,7 +310,7 @@
{ 3, TD, printargs, "signalfd" }, /* 302 */
{ 4, TD, printargs, "timerfd" }, /* 303 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 304 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 305 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 305 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 306 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 307 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 308 */
diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h
index 767de0f22..e96ef550c 100644
--- a/linux/i386/syscallent.h
+++ b/linux/i386/syscallent.h
@@ -354,7 +354,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 321 */
{ 2, TD, sys_timerfd_create, "timerfd_create"}, /* 322 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 323 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 324 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 324 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 325 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 326 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 327 */
diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h
index b7add5850..825e82339 100644
--- a/linux/m68k/syscallent.h
+++ b/linux/m68k/syscallent.h
@@ -348,7 +348,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 317 */
{ 2, TD, sys_timerfd_create, "timerfd_create"}, /* 318 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 319 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 320 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 320 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 321 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 322 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 323 */
diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h
index 97c95d2c1..1eeeea574 100644
--- a/linux/mips/syscallent.h
+++ b/linux/mips/syscallent.h
@@ -4322,7 +4322,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 4317 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 4318 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 4319 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 4320 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 4320 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 4321 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 4322 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 4323 */
@@ -4662,7 +4662,7 @@
{ 3, TD|TS, printargs, "o32_signalfd" }, /* 4317 */
{ 4, TD, printargs, "o32_timerfd" }, /* 4318 */
{ 1, TD, printargs, "o32_eventfd" }, /* 4319 */
- { 6, TF, printargs, "o32_fallocate" }, /* 4320 */
+ { 6, TD, printargs, "o32_fallocate" }, /* 4320 */
{ 2, TD, printargs, "o32_timerfd_create" }, /* 4321 */
{ 2, TD, printargs, "o32_timerfd_gettime" }, /* 4322 */
{ 4, TD, printargs, "o32_timerfd_settime" }, /* 4323 */
@@ -5627,7 +5627,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 5276 */
{ 0, 0, printargs, "SYS_5277" }, /* 5277 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 5278 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 5279 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 5279 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 5280 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 5281 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 5282 */
@@ -6937,7 +6937,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 6280 */
{ 0, 0, printargs, "SYS_6281" }, /* 6281 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 6282 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 6283 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 6283 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 6284 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 6285 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 6286 */
@@ -7242,7 +7242,7 @@
{ 3, TD|TS, printargs, "n32_signalfd" }, /* 6280 */
{ 0, 0, printargs, "n32_SYS_6281" }, /* 6281 */
{ 1, TD, printargs, "n32_eventfd" }, /* 6282 */
- { 6, TF, printargs, "n32_fallocate" }, /* 6283 */
+ { 6, TD, printargs, "n32_fallocate" }, /* 6283 */
{ 2, TD, printargs, "n32_timerfd_create" }, /* 6284 */
{ 2, TD, printargs, "n32_timerfd_gettime" }, /* 6285 */
{ 4, TD, printargs, "n32_timerfd_settime" }, /* 6286 */
diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h
index d9b8935a1..4b80949e9 100644
--- a/linux/powerpc/syscallent.h
+++ b/linux/powerpc/syscallent.h
@@ -337,7 +337,7 @@
{ 4, TD, sys_timerfd_create, "timerfd_create" }, /* 306 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 307 */
{ 4, TD, printargs, "sync_file_range" }, /* 308 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 309 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 309 */
{ 3, 0, sys_subpage_prot, "subpage_prot" }, /* 310 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 311 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 312 */
diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h
index a30d342ae..5a01cc32e 100644
--- a/linux/s390/syscallent.h
+++ b/linux/s390/syscallent.h
@@ -342,7 +342,7 @@
{ 3, 0, sys_getcpu, "getcpu" }, /* 311 */
{ 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 312 */
{ 2, TF, sys_utimes, "utimes" }, /* 313 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 314 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 314 */
{ 4, TD|TF, sys_utimensat, "utimensat" }, /* 315 */
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 316 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 317 */
diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h
index dae816e35..75ea4cd85 100644
--- a/linux/s390x/syscallent.h
+++ b/linux/s390x/syscallent.h
@@ -341,7 +341,7 @@
{ 3, 0, sys_getcpu, "getcpu" }, /* 311 */
{ 5, TD, sys_epoll_pwait, "epoll_pwait" }, /* 312 */
{ 2, TF, sys_utimes, "utimes" }, /* 313 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 314 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 314 */
{ 4, TD|TF, sys_utimensat, "utimensat" }, /* 315 */
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 316 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 317 */
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index 60eb5a633..61b54c0d3 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -356,7 +356,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 321 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 322 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 323 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 324 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 324 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 325 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 326 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 327 */
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 677806352..8423fbc98 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -380,7 +380,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 349 */
{ 4, TD, sys_timerfd, "timerfd" }, /* 350 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 351 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 352 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 352 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 353 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 354 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 355 */
diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h
index d2e82702a..ebaf9610f 100644
--- a/linux/sparc/syscallent.h
+++ b/linux/sparc/syscallent.h
@@ -312,7 +312,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 311 */
{ 2, TD, sys_timerfd_create, "timerfd_create"}, /* 312 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 313 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 314 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 314 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 315 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 316 */
{ 4, TD|TS, sys_signalfd4, "signalfd4" }, /* 317 */
diff --git a/linux/tile/syscallent.h b/linux/tile/syscallent.h
index df4896d88..bf5fa55b6 100644
--- a/linux/tile/syscallent.h
+++ b/linux/tile/syscallent.h
@@ -296,7 +296,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 295 */
{ 2, TD, sys_timerfd_create, "timerfd_create" }, /* 296 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 297 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 298 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 298 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime" }, /* 299 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime" }, /* 300 */
{ 1, 0, printargs, "flush_cache" } /* 301 */
diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h
index d7a68f84e..a9c812b8f 100644
--- a/linux/x86_64/syscallent.h
+++ b/linux/x86_64/syscallent.h
@@ -283,7 +283,7 @@
{ 3, TD|TS, sys_signalfd, "signalfd" }, /* 282 */
{ 2, TD, sys_timerfd_create, "timerfd_create"}, /* 283 */
{ 1, TD, sys_eventfd, "eventfd" }, /* 284 */
- { 6, TF, sys_fallocate, "fallocate" }, /* 285 */
+ { 6, TD, sys_fallocate, "fallocate" }, /* 285 */
{ 4, TD, sys_timerfd_settime, "timerfd_settime"}, /* 286 */
{ 2, TD, sys_timerfd_gettime, "timerfd_gettime"}, /* 287 */
{ 4, TN, sys_accept4, "accept4" }, /* 288 */