1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

Quash a warning in nptl/allocatestack.c

This commit is contained in:
Roland McGrath
2011-07-14 20:47:19 -07:00
parent 9fa2c03227
commit 4b3d3e282a
2 changed files with 6 additions and 1 deletions

View File

@ -824,7 +824,7 @@ __reclaim_stacks (void)
if (in_flight_stack != 0)
{
bool add_p = in_flight_stack & 1;
list_t *elem = (list_t *) (in_flight_stack & ~UINTMAX_C (1));
list_t *elem = (list_t *) (in_flight_stack & ~(uintptr_t) 1);
if (add_p)
{