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 c39b1ae commit c908ee0Copy full SHA for c908ee0
libc/include/__llvm-libc-common.h
@@ -47,6 +47,9 @@
47
#define __NOEXCEPT throw()
48
#endif
49
50
+#undef _Returns_twice
51
+#define _Returns_twice [[gnu::returns_twice]]
52
+
53
// This macro serves as a generic cast implementation for use in both C and C++,
54
// similar to `__BIONIC_CAST` in Android.
55
#undef __LLVM_LIBC_CAST
0 commit comments