From: Pierre-Marc Fournier Date: Tue, 23 Feb 2010 23:57:32 +0000 (-0500) Subject: usttrace: remove old comment X-Git-Tag: v0.3~31 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=b31f279b5fa10164bba3a81aadb13d9f18b21f53 usttrace: remove old comment --- diff --git a/usttrace b/usttrace index 4f6f1f2..c90ee9d 100755 --- 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"