This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/9][BZ 16892] Add linux-generic lowlevellock.h
- From: Richard Henderson <rth at twiddle dot net>
- To: Bernard Ogden <bernie dot ogden at linaro dot org>, libc-alpha at sourceware dot org
- Date: Wed, 11 Jun 2014 11:47:29 -0700
- Subject: Re: [PATCH 1/9][BZ 16892] Add linux-generic lowlevellock.h
- Authentication-results: sourceware.org; auth=none
- References: <E10DC0AF-A48B-4EC7-8EA4-0A3D3EF6BDD7 at linaro dot org>
Many instances of:
> + if(INTERNAL_SYSCALL_ERROR_P (__ret, __err)) \
Missed space after IF.
> + __ret = -(INTERNAL_SYSCALL_ERRNO (__ret, __err)); \
Silly extra parenthesis around INTERNAL_SYSCALL_ERRNO.
r~