Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74262de5 authored by Tom Rini's avatar Tom Rini Committed by Linus Torvalds
Browse files

[PATCH] ppc32: add <linux/compiler.h> to <asm/sigcontext.h>



On ppc32, <asm/sigcontext.h> uses __user, but doesn't directly include
<linux/compiler.h>.  This adds that in.  Without this, glibc will not
compile.

Signed-off-by: default avatarTom Rini <trini@kernel.crashing.org>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ef130126
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@
#define _ASM_PPC_SIGCONTEXT_H

#include <asm/ptrace.h>

#include <linux/compiler.h>

struct sigcontext {
	unsigned long	_unused[4];