From: Wichert Akkerman Date: Mon, 19 Mar 2001 11:05:17 +0000 (+0000) Subject: add getdents64 and fcntl64 (not decoded yet) X-Git-Tag: v4.5.18~1073 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3bf56a9de9b2feda1b40d9dc1b55926ffd62638;p=strace add getdents64 and fcntl64 (not decoded yet) --- diff --git a/ChangeLog b/ChangeLog index 5ce3b5c5..eae2810a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2001-03-19 Wichert Akkerman * linux/mips/syscallent.h: we can't have -1 nargs, change to 0 + * linux/syscallent.h: not that syscalls 220 and 221 are used now * config.guess: updated 2001-03-17 Wichert Akkerman diff --git a/linux/syscallent.h b/linux/syscallent.h index 56948c56..687d2ff7 100644 --- a/linux/syscallent.h +++ b/linux/syscallent.h @@ -266,8 +266,8 @@ { 2, TF, sys_pivotroot, "pivot_root" }, /* 217 */ { 3, 0, printargs, "mincore" }, /* 218 */ { 3, 0, sys_madvise, "madvise" }, /* 219 */ - { 4, 0, printargs, "SYS_220" }, /* 220 */ - { 4, 0, printargs, "SYS_221" }, /* 221 */ + { 4, 0, printargs, "getdents64" }, /* 220 */ + { 4, 0, printargs, "fcntl64" }, /* 221 */ { 4, 0, printargs, "SYS_222" }, /* 222 */ { 4, 0, printargs, "SYS_223" }, /* 223 */ { 4, 0, printargs, "SYS_224" }, /* 224 */