]> granicus.if.org Git - strace/commitdiff
add getdents64 and fcntl64 (not decoded yet)
authorWichert Akkerman <wichert@deephackmode.org>
Mon, 19 Mar 2001 11:05:17 +0000 (11:05 +0000)
committerWichert Akkerman <wichert@deephackmode.org>
Mon, 19 Mar 2001 11:05:17 +0000 (11:05 +0000)
ChangeLog
linux/syscallent.h

index 5ce3b5c566d7105a25adf6fbabc1f453328ac059..eae2810a3f96305ab3484cac9af6cc8c7dd7c58d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2001-03-19  Wichert Akkerman <wakkerma@debian.org>
 
   * 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 <wakkerma@debian.org>
index 56948c56fd9418e59016200fc77a3c51d868dbb0..687d2ff7ce45d341cc5a96f7926e2cd83c2f3221 100644 (file)
        { 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 */