]> git.ipfire.org Git - thirdparty/linux.git/commit
m68k: uapi: Add ucontext.h
authorThomas Weißschuh <linux@weissschuh.net>
Sat, 14 Mar 2026 12:16:28 +0000 (13:16 +0100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 30 Mar 2026 11:47:32 +0000 (13:47 +0200)
commit5247c783dc11eba298b3a6c03470125a67bf8cda
tree41c87c0d02da2e241427fd39b663b0b8f35a7e3c
parent1ba5f6fb44e9c7094a4ae4b4f79a4cc4d7ba188f
m68k: uapi: Add ucontext.h

ucontext.h should be an UAPI header as it is used for the kernel's
signal handling interface.

Move the header to the uapi/ directory.

While at it, also add some necessary includes to the new header.

Signed-off-by: Thomas Weißschuh <linux@weissschuh.net>
Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org>
Link: https://patch.msgid.link/20260314-uapi-ucontext-m68k-v1-1-1b8b0e082b79@weissschuh.net
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
arch/m68k/include/uapi/asm/ucontext.h [moved from arch/m68k/include/asm/ucontext.h with 82% similarity]