From a8da6c2f287037cbacc65578a268f355760eaf8e Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sun, 25 Nov 2012 23:04:23 -0500 Subject: fixup mcontext stuff to expost gregset_t/fpregset_t as appropriate --- arch/microblaze/bits/signal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/microblaze/bits/signal.h') diff --git a/arch/microblaze/bits/signal.h b/arch/microblaze/bits/signal.h index bb60d0dd..94aafd0f 100644 --- a/arch/microblaze/bits/signal.h +++ b/arch/microblaze/bits/signal.h @@ -2,6 +2,7 @@ || defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE) #if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) +typedef unsigned long greg_t, gregset_t[38]; typedef struct sigcontext { struct { -- cgit v1.2.1