summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWichert Akkerman <wichert@deephackmode.org>2002-03-31 18:54:14 +0000
committerWichert Akkerman <wichert@deephackmode.org>2002-03-31 18:54:14 +0000
commit0fddf434f3a7c6a18522643ce01c7454350a0a30 (patch)
treece11e386061dbf5d00056d1a1e24901a9efb5b75
parentd321ff95f2c077d8e2fcecda210cbbcd4f2005c1 (diff)
downloadstrace-0fddf434f3a7c6a18522643ce01c7454350a0a30.tar.gz
strace-0fddf434f3a7c6a18522643ce01c7454350a0a30.tar.bz2
strace-0fddf434f3a7c6a18522643ce01c7454350a0a30.tar.xz
Fix typo, add (unimplemented in kernel) stream syscalls
-rw-r--r--linux/syscallent.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/syscallent.h b/linux/syscallent.h
index 571aaba..fc5a842 100644
--- a/linux/syscallent.h
+++ b/linux/syscallent.h
@@ -233,8 +233,8 @@
{ 2, 0, sys_capset, "capset" }, /* 185 */
{ 2, TS, sys_sigaltstack, "sigaltstack" }, /* 186 */
{ 4, TF, sys_sendfile, "sendfile" }, /* 187 */
- { 5, 0, printargs, "SYS_188" }, /* 188 */
- { 5, 0, printargs, "SYS_189" }, /* 189 */
+ { 5, 0, printargs, "getpmsg" }, /* 188 */
+ { 5, 0, printargs, "putpmsg" }, /* 189 */
{ 0, TP, sys_vfork, "vfork" }, /* 190 */
{ 2, 0, printargs, "getrlimit" }, /* 191 */
{ 6, 0, sys_mmap, "mmap2" }, /* 192 */
@@ -257,7 +257,7 @@
{ 3, 0, printargs, "setresuid32" }, /* 208 */
{ 3, 0, printargs, "getresuid32" }, /* 209 */
{ 3, 0, printargs, "setresgid32" }, /* 210 */
- { 3, 0, printargs, "getsetgid32" }, /* 211 */
+ { 3, 0, printargs, "getresgid32" }, /* 211 */
{ 3, TF, printargs, "chown32" }, /* 212 */
{ 1, 0, printargs, "setuid32" }, /* 213 */
{ 1, 0, printargs, "setgid32" }, /* 214 */