X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=gdb%2Ffork-child.c;h=ea5c33d8dddd4294eee9611053849be2cb5687a5;hb=fba45db2faf619e71856ee38ec63949c0ef6903e;hp=0996fbd4590f5afea3f4e2823e6e5f4e61ad1a33;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=thirdparty%2Fbinutils-gdb.git diff --git a/gdb/fork-child.c b/gdb/fork-child.c index 0996fbd4590..ea5c33d8ddd 100644 --- a/gdb/fork-child.c +++ b/gdb/fork-child.c @@ -46,11 +46,7 @@ extern char **environ; * the four arguments "a", "b", "c", "d". */ static void -breakup_args ( - scratch, - argv) - char *scratch; - char **argv; +breakup_args (char *scratch, char **argv) { char *cp = scratch; @@ -388,9 +384,7 @@ fork_inferior (exec_file, allargs, env, traceme_fun, init_trace_fun, clone will set it TRUE. */ void -clone_and_follow_inferior (child_pid, followed_child) - int child_pid; - int *followed_child; +clone_and_follow_inferior (int child_pid, int *followed_child) { extern int auto_solib_add; @@ -512,8 +506,7 @@ clone_and_follow_inferior (child_pid, followed_child) /* Accept NTRAPS traps from the inferior. */ void -startup_inferior (ntraps) - int ntraps; +startup_inferior (int ntraps) { int pending_execs = ntraps; int terminal_initted;