Skip to content
Unverified Commit 61129dd2 authored by Seth Forshee's avatar Seth Forshee Committed by Christian Brauner
Browse files

sched: Add __ASSEMBLY__ guards around struct clone_args



The addition of struct clone_args to uapi/linux/sched.h is not protected
by __ASSEMBLY__ guards, causing a failure to build from source for glibc
on RISC-V. Add the guards to fix this.

Fixes: 7f192e3c ("fork: add clone3")
Signed-off-by: default avatarSeth Forshee <seth.forshee@canonical.com>
Cc: <stable@vger.kernel.org>
Acked-by: default avatarIngo Molnar <mingo@kernel.org>
Link: https://lore.kernel.org/r/20190917071853.12385-1-seth.forshee@canonical.com


Signed-off-by: default avatarChristian Brauner <christian.brauner@ubuntu.com>
parent 54ecb8f7
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment