This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 2/2] Update sysvipc kernel-features.h files for Linux 5.1
On 20/05/2019 16:10, Joseph Myers wrote:
> As a general issue in this patch, you're missing spaces before '(' in
> calls to 'defined'. 'defined' should be treated like a function for this
> purpose, and have such spaces (the parentheses are optional, you can just
> do "defined MACRO").
>
Alright, I change it locally to add the required spaces. Thanks for pointing
this out.