2003-01-17 Anton Blanchard <anton@samba.org>

* util.c [LINUX] (setbpt): Handle SYS_vfork like SYS_fork.
This commit is contained in:
Roland McGrath 2003-01-18 00:21:51 +00:00
parent 2b157e74cf
commit 9b0982b5d3

2
util.c
View File

@ -1268,6 +1268,8 @@ struct tcb *tcp;
#endif
#ifdef SYS_fork
case SYS_fork:
#endif
#if defined SYS_fork || defined SYS_vfork
if (arg_setup (tcp, &state) < 0
|| get_arg0 (tcp, &state, &tcp->inst[0]) < 0
|| get_arg1 (tcp, &state, &tcp->inst[1]) < 0