]> granicus.if.org Git - strace/commitdiff
Remove an outdated comment
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2012 12:02:31 +0000 (13:02 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 15 Mar 2012 12:02:31 +0000 (13:02 +0100)
* defs.h: Remove an outdated comment.

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
defs.h

diff --git a/defs.h b/defs.h
index 050d908feb8384e3cb78a1204cf2a43892a8b674..0683d9a48e73aad99a758d0f9f1d1f23ff7652bd 100644 (file)
--- a/defs.h
+++ b/defs.h
@@ -317,12 +317,7 @@ struct tcb {
 
 /* TCB flags */
 #define TCB_INUSE              00001   /* This table entry is in use */
-/* We have attached to this process, but did not see it stopping yet.
- * (If this bit is not set, we either didn't attach yet,
- * or we did attach to it, already saw it stopping at least once,
- * did some init work on it and cleared this bit. TODO: maybe it makes sense
- * to split these two states?)
- */
+/* We have attached to this process, but did not see it stopping yet */
 #define TCB_STARTUP            00002
 #define TCB_IGNORE_ONE_SIGSTOP 00004   /* Next SIGSTOP is to be ignored */
 /*