This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Fix typing of the bit twiddling done in_dl_setup_stack_chk_guard.
- From: Roland McGrath <roland at hack dot frob dot com>
- To: David Miller <davem at davemloft dot net>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 12 Mar 2012 09:27:51 -0700 (PDT)
- Subject: Re: [PATCH] Fix typing of the bit twiddling done in_dl_setup_stack_chk_guard.
- References: <20120311.194751.140789783000094800.davem@davemloft.net>
> + ret.num &= ~(uintptr_t)0xff;
Space after the paren, please.