]> git.baikalelectronics.ru Git - kernel.git/commit
asm-generic: Remove empty #ifdef SA_RESTORER
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 8 Sep 2022 09:12:24 +0000 (11:12 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 10 Sep 2022 07:56:53 +0000 (09:56 +0200)
commitaa58aef0179cbc889d2421678ba577abd30f3fbd
tree80158d647b492b16026c1e95d29ddc9729d0b6e9
parentedfa6f178c141a6117decf0ad37b1772918ada39
asm-generic: Remove empty #ifdef SA_RESTORER

There was a #ifdef SA_RESTORER to guard the sa_restorer field
in struct sigaction.

Commit 6ed94eea08b2 ("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@csgroup.eu>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
include/asm-generic/signal.h