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

index 0965ab4430870ab6cfa7e7be7a3fe06953be4a96..f74699d718518c754b0878f882261bc4e0db1e98 100644 (file)
--- a/process.c
+++ b/process.c
@@ -529,8 +529,8 @@ extern void print_ldt_entry();
 #  define ARG_FLAGS    0
 #  define ARG_STACK    1
 #  define ARG_STACKSIZE        (tcp->scno == SYS_clone2 ? 2 : -1)
-#  define ARG_PTID     (tcp->scno == SYS_clone2 ? 3 : -1)
-#  define ARG_CTID     (tcp->scno == SYS_clone2 ? 4 : 2)
+#  define ARG_CTID     (tcp->scno == SYS_clone2 ? 3 : 2)
+#  define ARG_PTID     (tcp->scno == SYS_clone2 ? 4 : -1)
 #  define ARG_TLS      (tcp->scno == SYS_clone2 ? 5 : 3)
 # elif defined S390
 #  define ARG_STACK    0