Merge branch 'for_rmk_13' of git://git.mnementh.co.uk/linux-2.6-im
[deliverable/linux.git] / fs / binfmt_flat.c
index 2cb1acda3a82f70a9f809e880d499999e39edd9d..56372ecf16909d8dd7c2e37062c044d2aa147c23 100644 (file)
@@ -920,9 +920,6 @@ static int load_flat_binary(struct linux_binprm * bprm, struct pt_regs * regs)
        
        start_thread(regs, start_addr, current->mm->start_stack);
 
-       if (current->ptrace & PT_PTRACED)
-               send_sig(SIGTRAP, current, 0);
-
        return 0;
 }
 
This page took 0.037293 seconds and 5 git commands to generate.