about summary refs log tree commit diff
path: root/sysdeps/m68k/sys/ucontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/sys/ucontext.h')
-rw-r--r--sysdeps/m68k/sys/ucontext.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/m68k/sys/ucontext.h b/sysdeps/m68k/sys/ucontext.h
index a742aaff9a..00c4af417a 100644
--- a/sysdeps/m68k/sys/ucontext.h
+++ b/sysdeps/m68k/sys/ucontext.h
@@ -113,10 +113,10 @@ typedef struct
 #endif
 
 /* Userlevel context.  */
-typedef struct ucontext
+typedef struct ucontext_t
 {
   unsigned long int uc_flags;
-  struct ucontext *uc_link;
+  struct ucontext_t *uc_link;
   sigset_t uc_sigmask;
   stack_t uc_stack;
   mcontext_t uc_mcontext;