[klibc] [PATCH 5/5] mips64: remove __unused from __jmp_buf

James Cowgill james.cowgill at mips.com
Fri Mar 2 08:36:45 PST 2018


This field is not needed. Probably it was copied straight from the
32-bit mips __jmp_buf.

Signed-off-by: James Cowgill <james.cowgill at mips.com>
---
 usr/include/arch/mips64/klibc/archsetjmp.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/usr/include/arch/mips64/klibc/archsetjmp.h b/usr/include/arch/mips64/klibc/archsetjmp.h
index c4587dc3..bfca7776 100644
--- a/usr/include/arch/mips64/klibc/archsetjmp.h
+++ b/usr/include/arch/mips64/klibc/archsetjmp.h
@@ -18,7 +18,6 @@ struct __jmp_buf {
 	unsigned long __sp;
 	unsigned long __s8;
 	unsigned long __ra;
-	unsigned long __unused;
 } __attribute__ ((aligned(8)));
 
 typedef struct __jmp_buf jmp_buf[1];
-- 
2.16.2



More information about the klibc mailing list