---
 handle_event.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/handle_event.c b/handle_event.c
index dd1eaaa..ebe0307 100644
--- a/handle_event.c
+++ b/handle_event.c
@@ -488,6 +488,7 @@ handle_exec(Event *event)

        continue_process(proc->pid);

+#ifdef __linux__
        /* After the exec, we expect to hit the first executable
         * instruction.
         *
@@ -498,6 +499,7 @@ handle_exec(Event *event)
         * be rolled into EVENT_NEW.  */
        wait_for_proc(proc->pid);
        continue_process(proc->pid);
+#endif
 }

 static void
-- 
1.8.0.2


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Ltrace-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/ltrace-devel

Reply via email to