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 359304c commit 614762aCopy full SHA for 614762a
libc/src/__support/libc_errno.h
@@ -41,6 +41,10 @@
41
// fullbuild mode, effectively the same as `LIBC_ERRNO_MODE_EXTERNAL`.
42
// In this mode, the public C++ symbol `LIBC_NAMESPACE::libc_errno ` is still
43
// exported and get redirected to the system `errno` inside its implementation.
44
+
45
+// TODO: Investigate deprecating LIBC_ERRNO_MODE_SYSTEM in favor of
46
+// LIBC_ERRNO_MODE_SYSTEM_INLINE.
47
+// https://github.com/llvm/llvm-project/issues/143454
48
#define LIBC_ERRNO_MODE_SYSTEM 5
49
// In this mode, the libc_errno is simply a macro resolved to `errno` from the
50
// system header <errno.h>. There is no need to link against the
0 commit comments