[PATCH 7/8] fixup! sandbox: asm: implement setjmp/longjmp/initjmp
Ahmad Fatoum
ahmad at a3f.at
Wed Mar 17 10:46:42 GMT 2021
Signed-off-by: Ahmad Fatoum <ahmad at a3f.at>
---
arch/sandbox/include/asm/setjmp.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/sandbox/include/asm/setjmp.h b/arch/sandbox/include/asm/setjmp.h
index f085a9079dd7..a300758c3d6c 100644
--- a/arch/sandbox/include/asm/setjmp.h
+++ b/arch/sandbox/include/asm/setjmp.h
@@ -12,6 +12,6 @@ typedef struct jmp_buf_data jmp_buf[1];
int setjmp(jmp_buf jmp) __attribute__((returns_twice));
void longjmp(jmp_buf jmp, int ret) __attribute__((noreturn));
-int initjmp(jmp_buf jmp, void __noreturn (*func)(void), void *stack_top);
+int initjmp(jmp_buf jmp, void __attribute__((noreturn)) (*func)(void), void *stack_top);
#endif
--
2.30.0
More information about the barebox
mailing list