[PATCH] <bits/syscall.h>: Use an arch-independent system call list on Linux
Florian Weimer
fw@deneb.enyo.de
Fri Apr 21 19:57:00 GMT 2017
* Andreas Schwab:
> On Apr 21 2017, Florian Weimer <fw@deneb.enyo.de> wrote:
>
>> And we don't want to push an UAPI headers update in a point release,
>> so we wouldn't want to replace the other UAPI header package anyway.
>
> Don't do that then.
What do you propose, then? Build a custom UAPI header package with
the most recent upstream system call list, but otherwise with the
contents for the kernel version for the distribution release branch?
The downside is that you get SYS_ macros for system calls which are
not implemented in the distribution kernel. (Quite a few, arguably
broken, applications use #ifdefs instead of run-time checking.)
More information about the Libc-alpha
mailing list