[PATCH] sparc: uapi: Add ucontext.h
Thomas Weißschuh <[email protected]>
| Newsgroups | org.kernel.vger.sparclinux,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
On SPARC the standard ucontext.h UAPI header is named 'uctx.h'. Add an alias for the standard name. Signed-off-by: Thomas Weißschuh <[email protected]> --- arch/sparc/include/uapi/asm/ucontext.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/sparc/include/uapi/asm/ucontext.h b/arch/sparc/include/uapi/asm/ucontext.h new file mode 100644 index 000000000000..e9b5dbbedefb --- /dev/null +++ b/arch/sparc/include/uapi/asm/ucontext.h @@ -0,0 +1,3 @@ +/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ + +#include <asm/uctx.h> --- base-commit: 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f change-id: 20260314-uapi-ucontext-sparc-157814d0784a Best regards, -- Thomas Weißschuh <[email protected]>