From: Wichert Akkerman Date: Fri, 3 Aug 2001 12:27:54 +0000 (+0000) Subject: synchronize section for fcntl and use sys_fcntl for sys_fcntl as well X-Git-Tag: v4.5.18~1024 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cd6aefcebcdd540a370f7812c97ed5135402d6a2;p=strace synchronize section for fcntl and use sys_fcntl for sys_fcntl as well --- diff --git a/ChangeLog b/ChangeLog index 52352fdb..30e2e516 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-08-03 Wichert Akkerman + + * Linux/**/syscallent.h: synchronize section for fcntl and use sys_fcntl + for sys_fcntl as well + 2001-08-03 Wichert Akkerman * linux/hppa/syscallent.h: updated from Matthew Wilcox diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index 2d228176..8478c96c 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -208,7 +208,7 @@ { 3, TF, printargs, "truncate64" }, /* 199 */ { 3, TF, printargs, "ftruncate64" }, /* 200 */ { 3, 0, printargs, "getdents64" }, /* 201 */ - { 3, TF, sys_fcntl, "fcntl64" }, /* 202 */ + { 3, 0, sys_fcntl, "fcntl64" }, /* 202 */ { 5, 0, printargs, "SYS_203" }, /* 203 */ { 5, 0, printargs, "SYS_204" }, /* 204 */ { 5, 0, printargs, "SYS_205" }, /* 205 */ diff --git a/linux/mips/syscallent.h b/linux/mips/syscallent.h index 74115de5..a4578bd1 100644 --- a/linux/mips/syscallent.h +++ b/linux/mips/syscallent.h @@ -4218,7 +4218,7 @@ { 3, 0, printargs, "mincore" }, /* 4217 */ { 3, 0, sys_madvise, "madvise" }, /* 4218 */ { 3, 0, printargs, "getdents64" }, /* 4219 */ - { 3, 0, printargs, "fcntl64" }, /* 4220 */ + { 3, 0, sys_fcntl, "fcntl64" }, /* 4220 */ { 0, 0, printargs, "SYS_4221" }, /* 4221 */ { 0, 0, printargs, "SYS_4222" }, /* 4222 */ { 0, 0, printargs, "SYS_4223" }, /* 4223 */ diff --git a/linux/powerpc/syscallent.h b/linux/powerpc/syscallent.h index 8ba95c44..1385da32 100644 --- a/linux/powerpc/syscallent.h +++ b/linux/powerpc/syscallent.h @@ -232,7 +232,7 @@ { 8, 0, printargs, "MOL" }, /* 201 */ { 3, 0, printargs, "getdents64" }, /* 202 */ { 2, 0, sys_pivotroot, "pivot_root" }, /* 203 */ - { 3, TF, printargs, "fcntl64" }, /* 204 */ + { 3, 0, sys_fcntl, "fcntl64" }, /* 204 */ { 3, 0, sys_madvise, "madvise" }, /* 205 */ { 3, 0, printargs, "mincore" }, /* 206 */ { 5, 0, printargs, "SYS_207" }, /* 207 */ diff --git a/linux/syscallent.h b/linux/syscallent.h index 687d2ff7..571aabac 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -267,7 +267,7 @@ { 3, 0, printargs, "mincore" }, /* 218 */ { 3, 0, sys_madvise, "madvise" }, /* 219 */ { 4, 0, printargs, "getdents64" }, /* 220 */ - { 4, 0, printargs, "fcntl64" }, /* 221 */ + { 3, 0, sys_fcntl, "fcntl64" }, /* 221 */ { 4, 0, printargs, "SYS_222" }, /* 222 */ { 4, 0, printargs, "SYS_223" }, /* 223 */ { 4, 0, printargs, "SYS_224" }, /* 224 */