about summary refs log tree commit diff
path: root/nptl/descr.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/descr.h')
-rw-r--r--nptl/descr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/descr.h b/nptl/descr.h
index 734d339813..883078be69 100644
--- a/nptl/descr.h
+++ b/nptl/descr.h
@@ -66,11 +66,11 @@ struct pthread
                                    the address of this thread descriptor.  */
       union dtv *dtvp;
       struct pthread *self;       /* Pointer to this structure */
-      list_t list;
       int multiple_threads;
 #ifdef NEED_DL_SYSINFO
       uintptr_t sysinfo;
 #endif
+      list_t list;
     } data;
     void *__padding[16];
   } header;