summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2003-01-18 00:19:31 +0000
committerRoland McGrath <roland@redhat.com>2003-01-18 00:19:31 +0000
commit9383c6c539af09303efe0a16dea55363b095f66e (patch)
treeeed169b1970f0a1c8ee43be8818f97aec96c1b7c
parent3f01abd618b3276afb26e81ea35f4148cb8aa910 (diff)
downloadstrace-9383c6c539af09303efe0a16dea55363b095f66e.tar.gz
2003-01-17 Anton Blanchard <anton@samba.org>
* util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.
-rw-r--r--util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/util.c b/util.c
index d01b1d84c..efed27977 100644
--- 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