diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h b/sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h index 071ca9475e..145b3cb003 100644 --- a/sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h +++ b/sysdeps/unix/sysv/linux/microblaze/sigcontextinfo.h @@ -16,7 +16,7 @@ License along with the GNU C Library; if not, see <http://www.gnu.org/licenses/>. */ -#define SIGCONTEXT int _code, struct ucontext * +#define SIGCONTEXT int _code, ucontext_t * #define SIGCONTEXT_EXTRA_ARGS _code, #define GET_PC(ctx) ((void *) (ctx)->uc_mcontext.regs.pc) #define GET_FRAME(ctx) ((void *) (ctx)->uc_mcontext.regs.sp) |