]> granicus.if.org Git - strace/commitdiff
mips: update syscall entry for reserved221 syscall
authorEugene Syromyatnikov <evgsyr@gmail.com>
Thu, 25 Oct 2018 23:58:39 +0000 (01:58 +0200)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 24 Nov 2018 01:22:13 +0000 (01:22 +0000)
The syscall number 4221 is actually called "reserved221" on mips.

* linux/mips/syscallent-o32.h ([4221]): Set to "reserved221".

linux/mips/syscallent-o32.h

index 491c0ba607dff20ad51448b52918cf54dd4070d8..64e157a87f692b9b06b249205c733fe1efed9b10 100644 (file)
 [4218] = { 3,  TM,             SEN(madvise),                   "madvise"               },
 [4219] = { 3,  TD,             SEN(getdents64),                "getdents64"            },
 [4220] = { 3,  TD,             SEN(fcntl64),                   "fcntl64"               },
-[4221] = { },
+[4221] = { 0,  0,              SEN(printargs),                 "reserved221"           },
 [4222] = { 0,  PU|NF,          SEN(gettid),                    "gettid"                },
 [4223] = { 5,  TD,             SEN(readahead),                 "readahead"             },
 [4224] = { 5,  TF,             SEN(setxattr),                  "setxattr"              },