]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(struct pthread): Increase padding for tcbhead_t to 24 words.
authorUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 2008 23:25:14 +0000 (23:25 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 8 Dec 2008 23:25:14 +0000 (23:25 +0000)
nptl/descr.h

index 3c00e1418c3a5194c022038103298e30ad8eb7fc..22e774ab7eb3c59beb5e0c25aeb7e5472c572088 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2002-2006, 2007 Free Software Foundation, Inc.
+/* Copyright (C) 2002-2006, 2007, 2008 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@redhat.com>, 2002.
 
@@ -143,7 +143,7 @@ struct pthread
        is private and subject to change without affecting the official ABI.
        We just have it here in case it might be convenient for some
        implementation-specific instrumentation hack or suchlike.  */
-    void *__padding[16];
+    void *__padding[24];
   };
 
   /* This descriptor's link on the `stack_used' or `__stack_user' list.  */