]> granicus.if.org Git - strace/commitdiff
tweak last change
authorRoland McGrath <roland@redhat.com>
Wed, 12 Mar 2003 09:58:14 +0000 (09:58 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 12 Mar 2003 09:58:14 +0000 (09:58 +0000)
process.c

index a1fc3475f5a37902ce7c2d3b8e77f80276931e85..0965ab4430870ab6cfa7e7be7a3fe06953be4a96 100644 (file)
--- a/process.c
+++ b/process.c
@@ -585,7 +585,7 @@ struct tcb *tcp;
                        }
                        else
 # endif
-                               tprintf(", %#lx", tcp->u_arg[ARG_TLS]);
+                               tprintf(", tls=%#lx", tcp->u_arg[ARG_TLS]);
                }
                if (flags & (CLONE_CHILD_SETTID|CLONE_CHILD_CLEARTID))
                        tprintf(", child_tidptr=%#lx", tcp->u_arg[ARG_CTID]);