From b31f279b5fa10164bba3a81aadb13d9f18b21f53 Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Tue, 23 Feb 2010 18:57:32 -0500 Subject: [PATCH] usttrace: remove old comment --- usttrace | 6 ------ 1 file changed, 6 deletions(-) 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" -- 2.34.1