From: Roland McGrath Date: Wed, 12 Mar 2003 09:58:14 +0000 (+0000) Subject: tweak last change X-Git-Tag: v4.5.18~794 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=43f2c84d50a1a41efff017abecbc7ebc8f23fd97;p=strace tweak last change --- diff --git a/process.c b/process.c index a1fc3475..0965ab44 100644 --- 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]);