usttrace: remove old comment
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:57:32 +0000 (18:57 -0500)
committerPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Tue, 23 Feb 2010 23:57:32 +0000 (18:57 -0500)
usttrace

index 4f6f1f26bf9241d67f8c0f8647e9be05ad03887c..c90ee9d8e44f64cf81a443155c3610f7675c6151 100755 (executable)
--- a/usttrace
+++ b/usttrace
@@ -145,12 +145,6 @@ fi
        export LD_PRELOAD="$LD_PRELOAD:$LIBINTERFORK_PATH"
     fi
 
-# Install a handler for SIGIO. This is the signal that will be sent by ustd to
-# the traced program to trigger the creation of its listener thread. However,
-# it is possible that the SIGIO will be sent after the shell fork, but before
-# the exec of the command. If this handler isn't there, bash might terminate
-# because of a unhandled signal.
-
 # Execute the command
     $CMD 2>&1
 ) | tee "$OUTDIR/app.log"
This page took 0.023728 seconds and 4 git commands to generate.