From 74d159ff1283d0e29f02377c351c9cf71e8f5d33 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 16 May 2024 10:03:09 +0200 Subject: Revert "nds32: sync with binutils 2.37, gcc 11.2 and linux 5.10.93 changes" This reverts commit 6b6f51c21dd29685bd1339de0bdffc0929316c63. --- libc/sysdeps/linux/nds32/sys/ucontext.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libc/sysdeps/linux/nds32/sys/ucontext.h') diff --git a/libc/sysdeps/linux/nds32/sys/ucontext.h b/libc/sysdeps/linux/nds32/sys/ucontext.h index ea86a3ad0..0d7422aab 100644 --- a/libc/sysdeps/linux/nds32/sys/ucontext.h +++ b/libc/sysdeps/linux/nds32/sys/ucontext.h @@ -36,10 +36,10 @@ typedef struct sigcontext mcontext_t; /* Userlevel context. */ -typedef struct ucontext_t +typedef struct ucontext { - unsigned long int __uc_flags; - struct ucontext_t *uc_link; + unsigned long int uc_flags; + struct ucontext *uc_link; stack_t uc_stack; mcontext_t uc_mcontext; __sigset_t uc_sigmask; -- cgit v1.2.3