]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NPTL: Use unsigned type for setxid_futex.
authorRoland McGrath <roland@hack.frob.com>
Thu, 25 Jun 2015 01:09:32 +0000 (18:09 -0700)
committerRoland McGrath <roland@hack.frob.com>
Thu, 25 Jun 2015 01:09:32 +0000 (18:09 -0700)
ChangeLog
nptl/descr.h

index e2e2d2ec5a08b2bf72ce54c002149a6da6ed03cf..f9cf634a44f1fdbaab345bd39b1905d4527d9515 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-06-24  Roland McGrath  <roland@hack.frob.com>
 
+       * nptl/descr.h (struct pthread): Change type of field setxid_futex
+       to 'unsigned int'.
+
        * resolv/gai_misc.h (struct waitlist): Change type of field
        counterp to 'volatile unsigned int *'.
        * sysdeps/nptl/gai_misc.h (GAI_MISC_WAIT): Use unsigned types for
index 5bd12826494910d59f5ea47b2813857d91d87554..a502048b44226e146abaef925a86d5c9ea64e388 100644 (file)
@@ -328,7 +328,7 @@ struct pthread
   int lock;
 
   /* Lock for synchronizing setxid calls.  */
-  int setxid_futex;
+  unsigned int setxid_futex;
 
 #if HP_TIMING_AVAIL
   /* Offset of the CPU clock at start thread start time.  */