On Thu, 6 Dec 2018, Maciej W. Rozycki wrote: > I believe this file is used by the glibc build process to retrieve > syscall numbers for glibc's own use as well for <sys/syscall.h>. Has the > change been verified not to break this process? > > Cc-ing <[email protected]> for information and possible further > input.
I'm not sure what "this file" is. The glibc build uses the installed <asm/unistd.h> (the results of #including it, not any other kind of processing the file). -- Joseph S. Myers [email protected]

