commit | 43f2c84d50a1a41efff017abecbc7ebc8f23fd97 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Mar 12 09:58:14 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Wed Mar 12 09:58:14 2003 +0000 |
tree | 9a2d28496c49a89cd3e14aeb56d707bf1f2a1778 | |
parent | 6fbb4e320998ebcc3eb06514628ae730b6a7d617 [diff] |
tweak last change
diff --git a/process.c b/process.c index a1fc347..0965ab4 100644 --- a/process.c +++ b/process.c
@@ -585,7 +585,7 @@ } 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]);