This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 2/5] sysvipc: Move __IPC_64 to kernel-features.h
On 20/05/2019 09:20, Andreas Schwab wrote:
> On Mai 20 2019, Adhemerval Zanella <adhemerval.zanella@linaro.org> wrote:
>
>> I don't a strong preference here, one option is to parametrize even more
>> the __IPC_64 with another flag that set/unset by kernel-features.h and
>> then handled by ipc-priv.h or whatever. However I think this is more
>> unnecessary complexity.
>
> Can't you use __ASSUME_DIRECT_SYSVIPC_SYSCALLS for that?
>
I think it feasible, I will adjust the patchset.