We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a612005 commit 1bde1baCopy full SHA for 1bde1ba
libc/src/setjmp/setjmp_impl.h
@@ -29,7 +29,8 @@ namespace LIBC_NAMESPACE_DECL {
29
#ifdef LIBC_COMPILER_IS_GCC
30
[[gnu::nothrow]]
31
#endif
32
-[[gnu::returns_twice]] int setjmp(jmp_buf buf);
+[[gnu::returns_twice]] int
33
+setjmp(jmp_buf buf);
34
35
} // namespace LIBC_NAMESPACE_DECL
36
libc/src/setjmp/sigsetjmp.h
@@ -18,7 +18,8 @@ namespace LIBC_NAMESPACE_DECL {
18
19
20
21
-[[gnu::returns_twice]] int sigsetjmp(sigjmp_buf buf, int savesigs);
22
+sigsetjmp(sigjmp_buf buf, int savesigs);
23
24
25
0 commit comments