summaryrefslogtreecommitdiff
path: root/arch/powerpc/bits
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/bits')
-rw-r--r--arch/powerpc/bits/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/bits/signal.h b/arch/powerpc/bits/signal.h
index 7ee38fba..81012d5b 100644
--- a/arch/powerpc/bits/signal.h
+++ b/arch/powerpc/bits/signal.h
@@ -3,7 +3,7 @@
#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
-typedef unsigned long gregset_t[48];
+typedef unsigned long greg_t, gregset_t[48];
typedef struct {
double fpregs[32];