The second argument of the inotify_add_watch syscall is a file name,
but inotify_add_watch has no TF flag set.
* linux/32/syscallent.h (inotify_add_watch): Add TF flag.
* linux/64/syscallent.h: Likewise.
* linux/alpha/syscallent.h: Likewise.
* linux/arm/syscallent.h: Likewise.
* linux/avr32/syscallent.h: Likewise.
* linux/bfin/syscallent.h: Likewise.
* linux/crisv10/syscallent.h: Likewise.
* linux/hppa/syscallent.h: Likewise.
* linux/i386/syscallent.h: Likewise.
* linux/ia64/syscallent.h: Likewise.
* linux/m68k/syscallent.h: Likewise.
* linux/microblaze/syscallent.h: Likewise.
* linux/mips/syscallent-n32.h: Likewise.
* linux/mips/syscallent-n64.h: Likewise.
* linux/mips/syscallent-o32.h: Likewise.
* linux/powerpc/syscallent.h: Likewise.
* linux/powerpc64/syscallent.h: Likewise.
* linux/s390/syscallent.h: Likewise.
* linux/s390x/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.
* linux/sparc/syscallent.h: Likewise.
* linux/sparc64/syscallent.h: Likewise.
* linux/x32/syscallent.h: Likewise.
* linux/x86_64/syscallent.h: Likewise.
* linux/xtensa/syscallent.h: Likewise.
---
linux/32/syscallent.h | 2 +-
linux/64/syscallent.h | 2 +-
linux/alpha/syscallent.h | 2 +-
linux/arm/syscallent.h | 2 +-
linux/avr32/syscallent.h | 2 +-
linux/bfin/syscallent.h | 2 +-
linux/crisv10/syscallent.h | 2 +-
linux/hppa/syscallent.h | 2 +-
linux/i386/syscallent.h | 2 +-
linux/ia64/syscallent.h | 2 +-
linux/m68k/syscallent.h | 2 +-
linux/microblaze/syscallent.h | 2 +-
linux/mips/syscallent-n32.h | 2 +-
linux/mips/syscallent-n64.h | 2 +-
linux/mips/syscallent-o32.h | 2 +-
linux/powerpc/syscallent.h | 2 +-
linux/powerpc64/syscallent.h | 2 +-
linux/s390/syscallent.h | 2 +-
linux/s390x/syscallent.h | 2 +-
linux/sh/syscallent.h | 2 +-
linux/sh64/syscallent.h | 2 +-
linux/sparc/syscallent.h | 2 +-
linux/sparc64/syscallent.h | 2 +-
linux/x32/syscallent.h | 2 +-
linux/x86_64/syscallent.h | 2 +-
linux/xtensa/syscallent.h | 2 +-
26 files changed, 26 insertions(+), 26 deletions(-)
diff --git a/linux/32/syscallent.h b/linux/32/syscallent.h
index 44315e09..df25e897 100644
--- a/linux/32/syscallent.h
+++ b/linux/32/syscallent.h
@@ -28,7 +28,7 @@
[ 24] = { 3, TD, SEN(dup3), "dup3"
},
[ 25] = { 3, TD, SEN(fcntl64), "fcntl64"
},
[ 26] = { 1, TD, SEN(inotify_init1), "inotify_init1"
},
-[ 27] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[ 27] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[ 28] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[ 29] = { 3, TD, SEN(ioctl), "ioctl"
},
[ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
diff --git a/linux/64/syscallent.h b/linux/64/syscallent.h
index b5de2266..a5ab193d 100644
--- a/linux/64/syscallent.h
+++ b/linux/64/syscallent.h
@@ -25,7 +25,7 @@
[ 24] = { 3, TD, SEN(dup3), "dup3"
},
[ 25] = { 3, TD, SEN(fcntl), "fcntl"
},
[ 26] = { 1, TD, SEN(inotify_init1), "inotify_init1"
},
-[ 27] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[ 27] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[ 28] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[ 29] = { 3, TD, SEN(ioctl), "ioctl"
},
[ 30] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h
index ae7821f8..1a4f9879 100644
--- a/linux/alpha/syscallent.h
+++ b/linux/alpha/syscallent.h
@@ -408,7 +408,7 @@
[442] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[443] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[444] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[445] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[445] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[446] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[447] = { 1, TD, SEN(fdatasync), "fdatasync"
},
[448] = { 4, 0, SEN(kexec_load), "kexec_load"
},
diff --git a/linux/arm/syscallent.h b/linux/arm/syscallent.h
index a6fb470e..c5b9564b 100644
--- a/linux/arm/syscallent.h
+++ b/linux/arm/syscallent.h
@@ -342,7 +342,7 @@
[314] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[315] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[316] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[317] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[317] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[318] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[319] = { 6, TM, SEN(mbind), "mbind"
},
[320] = { 5, TM, SEN(get_mempolicy), "get_mempolicy"
},
diff --git a/linux/avr32/syscallent.h b/linux/avr32/syscallent.h
index 915aa8d5..d75e5df7 100644
--- a/linux/avr32/syscallent.h
+++ b/linux/avr32/syscallent.h
@@ -267,7 +267,7 @@
[238] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[239] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[240] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[241] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[241] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[242] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[243] = { 4, TD|TF, SEN(openat), "openat"
},
[244] = { 3, TD|TF, SEN(mkdirat), "mkdirat"
},
diff --git a/linux/bfin/syscallent.h b/linux/bfin/syscallent.h
index 5cdb9918..b68443e7 100644
--- a/linux/bfin/syscallent.h
+++ b/linux/bfin/syscallent.h
@@ -318,7 +318,7 @@
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[291] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[292] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[292] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[293] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[295] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/crisv10/syscallent.h b/linux/crisv10/syscallent.h
index 0e36774c..0232d2fa 100644
--- a/linux/crisv10/syscallent.h
+++ b/linux/crisv10/syscallent.h
@@ -285,7 +285,7 @@
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[291] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[292] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[292] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[293] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[295] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h
index ef0e2d80..aa25918b 100644
--- a/linux/hppa/syscallent.h
+++ b/linux/hppa/syscallent.h
@@ -273,7 +273,7 @@
[267] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[268] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[269] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[270] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[270] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[271] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[272] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[273] = { 6, TD, SEN(pselect6), "pselect6"
},
diff --git a/linux/i386/syscallent.h b/linux/i386/syscallent.h
index 07bfb797..6c5725ae 100644
--- a/linux/i386/syscallent.h
+++ b/linux/i386/syscallent.h
@@ -318,7 +318,7 @@
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[291] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[292] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[292] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[293] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[295] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h
index a44a4c19..7ca4e391 100644
--- a/linux/ia64/syscallent.h
+++ b/linux/ia64/syscallent.h
@@ -296,7 +296,7 @@
[1275] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[1276] = { 6, TM, SEN(move_pages), "move_pages"
},
[1277] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[1278] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[1278] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[1279] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[1280] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[1281] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/m68k/syscallent.h b/linux/m68k/syscallent.h
index 73e6387e..dc532c72 100644
--- a/linux/m68k/syscallent.h
+++ b/linux/m68k/syscallent.h
@@ -311,7 +311,7 @@
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[284] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[285] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[285] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[286] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[288] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h
index 4f6120f4..a50b31f4 100644
--- a/linux/microblaze/syscallent.h
+++ b/linux/microblaze/syscallent.h
@@ -318,7 +318,7 @@
[289] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[290] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[291] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[292] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[292] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[293] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[295] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 73cbc9b2..748e09cc 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -248,7 +248,7 @@
[6245] = { 5, 0, SEN(keyctl), "keyctl"
},
[6246] = { 1, 0, SEN(set_thread_area),
"set_thread_area" },
[6247] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[6248] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[6248] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[6249] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[6250] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[6251] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 6e9b00a0..cc093667 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -244,7 +244,7 @@
[5241] = { 5, 0, SEN(keyctl), "keyctl"
},
[5242] = { 1, 0, SEN(set_thread_area),
"set_thread_area" },
[5243] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[5244] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[5244] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[5245] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[5246] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[5247] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 9b84c483..5ac79b5f 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -285,7 +285,7 @@
[4282] = { 5, 0, SEN(keyctl), "keyctl"
},
[4283] = { 1, 0, SEN(set_thread_area),
"set_thread_area" },
[4284] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[4285] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[4285] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[4286] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[4287] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[4288] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h
index 829af9c3..d5e574ae 100644
--- a/linux/powerpc/syscallent.h
+++ b/linux/powerpc/syscallent.h
@@ -303,7 +303,7 @@
[273] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[274] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[275] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[276] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[276] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[277] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[278] = { 3, 0, SEN(printargs), "spu_run"
},
[279] = { 4, 0, SEN(printargs), "spu_create"
},
diff --git a/linux/powerpc64/syscallent.h b/linux/powerpc64/syscallent.h
index 3b65ed76..21ba1d8c 100644
--- a/linux/powerpc64/syscallent.h
+++ b/linux/powerpc64/syscallent.h
@@ -298,7 +298,7 @@
[273] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[274] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[275] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[276] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[276] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[277] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[278] = { 3, 0, SEN(printargs), "spu_run"
},
[279] = { 4, 0, SEN(printargs), "spu_create"
},
diff --git a/linux/s390/syscallent.h b/linux/s390/syscallent.h
index 3e769b68..d20ce8a6 100644
--- a/linux/s390/syscallent.h
+++ b/linux/s390/syscallent.h
@@ -314,7 +314,7 @@
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[284] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[285] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[285] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[286] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[288] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/s390x/syscallent.h b/linux/s390x/syscallent.h
index 9429641c..ff104dd7 100644
--- a/linux/s390x/syscallent.h
+++ b/linux/s390x/syscallent.h
@@ -298,7 +298,7 @@
[282] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[283] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[284] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[285] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[285] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[286] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[287] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[288] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h
index 9b0fed92..74c07e1e 100644
--- a/linux/sh/syscallent.h
+++ b/linux/sh/syscallent.h
@@ -317,7 +317,7 @@
[288] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[289] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[290] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[291] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[291] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[292] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[293] = { },
[294] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 19e7b73c..b1d141d0 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -343,7 +343,7 @@
[316] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[317] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[318] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[319] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[319] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[320] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[321] = { },
[322] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
diff --git a/linux/sparc/syscallent.h b/linux/sparc/syscallent.h
index 519fa586..9c6fda5e 100644
--- a/linux/sparc/syscallent.h
+++ b/linux/sparc/syscallent.h
@@ -150,7 +150,7 @@
[149] = { 5, 0, SEN(printargs),
"pciconfig_write" },
[150] = { 3, TN, SEN(getsockname), "getsockname"
},
[151] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[152] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[152] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[153] = { 3, TD, SEN(poll), "poll"
},
[154] = { 3, TD, SEN(getdents64), "getdents64"
},
[155] = { 3, TD, SEN(fcntl64), "fcntl64"
},
diff --git a/linux/sparc64/syscallent.h b/linux/sparc64/syscallent.h
index 35ca7734..695aa19f 100644
--- a/linux/sparc64/syscallent.h
+++ b/linux/sparc64/syscallent.h
@@ -148,7 +148,7 @@
[149] = { 5, 0, SEN(printargs),
"pciconfig_write" },
[150] = { 3, TN, SEN(getsockname), "getsockname"
},
[151] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[152] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[152] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[153] = { 3, TD, SEN(poll), "poll"
},
[154] = { 3, TD, SEN(getdents64), "getdents64"
},
[155] = { },
diff --git a/linux/x32/syscallent.h b/linux/x32/syscallent.h
index 4d68327f..bbc24474 100644
--- a/linux/x32/syscallent.h
+++ b/linux/x32/syscallent.h
@@ -252,7 +252,7 @@
[251] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[252] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[253] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[254] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[254] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[255] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[256] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[257] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/x86_64/syscallent.h b/linux/x86_64/syscallent.h
index d069edbf..0fafe03c 100644
--- a/linux/x86_64/syscallent.h
+++ b/linux/x86_64/syscallent.h
@@ -252,7 +252,7 @@
[251] = { 3, 0, SEN(ioprio_set), "ioprio_set"
},
[252] = { 2, 0, SEN(ioprio_get), "ioprio_get"
},
[253] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[254] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[254] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[255] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[256] = { 4, TM, SEN(migrate_pages), "migrate_pages"
},
[257] = { 4, TD|TF, SEN(openat), "openat"
},
diff --git a/linux/xtensa/syscallent.h b/linux/xtensa/syscallent.h
index 0d051bc4..961cdafa 100644
--- a/linux/xtensa/syscallent.h
+++ b/linux/xtensa/syscallent.h
@@ -267,7 +267,7 @@
[274] = { 6, TD, SEN(epoll_pwait), "epoll_pwait"
},
[275] = { 1, TD, SEN(epoll_create1), "epoll_create1"
},
[276] = { 0, TD, SEN(inotify_init), "inotify_init"
},
-[277] = { 3, TD, SEN(inotify_add_watch),
"inotify_add_watch" },
+[277] = { 3, TD|TF, SEN(inotify_add_watch),
"inotify_add_watch" },
[278] = { 2, TD, SEN(inotify_rm_watch),
"inotify_rm_watch" },
[279] = { 1, TD, SEN(inotify_init1), "inotify_init1"
},
[280] = { 3, 0, SEN(getcpu), "getcpu"
},
--
2.11.0
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/strace-devel