On 9/18/19 5:17 PM, Joseph Myers wrote: > This has broken the build for i686-gnu. > > In file included from support_ptrace.c:22: > ../include/sys/prctl.h:2:15: fatal error: sys/prctl.h: No such file or directory > #include_next > ^~~~~~~~~~~~~ > Sorry for that. This include of sys/prctl.h is a leftover from a previous patch version. I've just committed the attached patch which just removes it. Thanks. Stefan