On 06/12/2015 05:29 PM, Denys Vlasenko wrote: > + exitcode += run_syscall_twice(); > + ptrace_me(); > + exitcode += run_syscall_twice(); > + > + return 0; > +}
Er... that last line was supposed to be "return exitcode;" -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

