On Thu, Sep 8, 2022, at 11:12 AM, Christophe Leroy wrote: > There was a #ifdef SA_RESTORER to guard the sa_restorer field > in struct sigaction. > > Commit 8a1ab3155c2a ("UAPI: (Scripted) Disintegrate > include/asm-generic") moved that struct into > uapi/asm-generic/signal.h but the #ifdef SA_RESTORER remained. > > Remove it. > > Signed-off-by: Christophe Leroy <christophe.leroy@xxxxxxxxxx> > --- Applied to asm-generic tree, thanks Arnd