[Glibc-bsd-commits] r5821 - trunk/glibc-ports/fbtl

aurel32 at alioth.debian.org aurel32 at alioth.debian.org
Sun Oct 25 18:10:07 UTC 2015


Author: aurel32
Date: 2015-10-25 18:10:07 +0000 (Sun, 25 Oct 2015)
New Revision: 5821

Modified:
   trunk/glibc-ports/fbtl/nptl-init.c
Log:
Kill a warning


Modified: trunk/glibc-ports/fbtl/nptl-init.c
===================================================================
--- trunk/glibc-ports/fbtl/nptl-init.c	2015-10-21 22:26:03 UTC (rev 5820)
+++ trunk/glibc-ports/fbtl/nptl-init.c	2015-10-25 18:10:07 UTC (rev 5821)
@@ -275,7 +275,7 @@
   lll_futex_wake (&self->setxid_futex, 1, LLL_PRIVATE);
 
   if (atomic_decrement_val (&__xidcmd->cntr) == 0)
-    lll_futex_wake (&__xidcmd->cntr, 1, LLL_PRIVATE);
+    lll_futex_wake ((unsigned int *)&__xidcmd->cntr, 1, LLL_PRIVATE);
 }
 
 




More information about the Glibc-bsd-commits mailing list