This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v3] malloc: Add memalign test.
- From: Will Newton <will dot newton at linaro dot org>
- To: Ondřej Bílka <neleai at seznam dot cz>
- Cc: libc-alpha <libc-alpha at sourceware dot org>, Patch Tracking <patches at linaro dot org>
- Date: Fri, 4 Oct 2013 09:18:10 +0100
- Subject: Re: [PATCH v3] malloc: Add memalign test.
- Authentication-results: sourceware.org; auth=none
- References: <524D61D4 dot 2040001 at linaro dot org> <20131004063943 dot GA13682 at domone dot podge>
On 4 October 2013 07:39, OndÅej BÃlka <neleai@seznam.cz> wrote:
> On Thu, Oct 03, 2013 at 01:23:48PM +0100, Will Newton wrote:
>
>> +static int
>> +do_test (void)
>> +{
>> + void *p;
>> + unsigned long pagesize = getpagesize();
> missing space
Thanks. I applied the patches with this change.
--
Will Newton
Toolchain Working Group, Linaro