diff options
Diffstat (limited to 'libc/kernel/arch-arm/asm/ucontext.h')
| -rw-r--r-- | libc/kernel/arch-arm/asm/ucontext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/kernel/arch-arm/asm/ucontext.h b/libc/kernel/arch-arm/asm/ucontext.h index b9a879d..769f694 100644 --- a/libc/kernel/arch-arm/asm/ucontext.h +++ b/libc/kernel/arch-arm/asm/ucontext.h @@ -27,7 +27,7 @@ struct ucontext { struct sigcontext uc_mcontext; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ sigset_t uc_sigmask; - int _unused[32 - (sizeof (sigset_t) / sizeof (int))]; + int __unused[32 - (sizeof (sigset_t) / sizeof (int))]; unsigned long uc_regspace[128] __attribute__((__aligned__(8))); }; /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ |
