]> granicus.if.org Git - strace/commitdiff
2003-01-17 Anton Blanchard <anton@samba.org>
authorRoland McGrath <roland@redhat.com>
Sat, 18 Jan 2003 00:19:31 +0000 (00:19 +0000)
committerRoland McGrath <roland@redhat.com>
Sat, 18 Jan 2003 00:19:31 +0000 (00:19 +0000)
* util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.

util.c

diff --git a/util.c b/util.c
index d01b1d84c398fb86ed880b6128076df2f2d34d70..efed279770338e75e7ff4280eeafd277631c2106 100644 (file)
--- a/util.c
+++ b/util.c
@@ -1263,6 +1263,9 @@ struct tcb *tcp;
        }
 
        switch (tcp->scno) {
+#ifdef SYS_vfork
+       case SYS_vfork:
+#endif
 #ifdef SYS_fork
        case SYS_fork:
                if (arg_setup (tcp, &state) < 0