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 17c0bbe commit f998c2bCopy full SHA for f998c2b
libc/include/llvm-libc-types/errno_t.h
@@ -9,6 +9,9 @@
9
#ifndef LLVM_LIBC_INCLUDE_LLVM_LIBC_TYPES_ERRNO_T_H
10
#define LLVM_LIBC_INCLUDE_LLVM_LIBC_TYPES_ERRNO_T_H
11
12
+// LIBC_HAS_ANNEX_K is a necessary check guard here because errno_t is only
13
+// defined when Annex K is enabled. We use LIBC_HAS_ANNEX_K internally to
14
+// indicate whether Annex K is enabled or not.
15
#ifdef LIBC_HAS_ANNEX_K
16
17
typedef int errno_t;
0 commit comments