summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2012-03-15 13:02:31 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2012-03-15 13:02:31 +0100
commit68269aa29f37e012ab545aa1e700d2df3b85bb81 (patch)
tree303dbc16919d1f6aa1d446bb1c8e8eeca5ea46fa /defs.h
parentbcde70adbcff01af4a0675d2fd9d9522807d573e (diff)
downloadstrace-68269aa29f37e012ab545aa1e700d2df3b85bb81.tar.gz
strace-68269aa29f37e012ab545aa1e700d2df3b85bb81.tar.bz2
strace-68269aa29f37e012ab545aa1e700d2df3b85bb81.tar.xz
Remove an outdated comment
* defs.h: Remove an outdated comment. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/defs.h b/defs.h
index 050d908..0683d9a 100644
--- 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 */
/*