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 c5e67b8 commit 8960078Copy full SHA for 8960078
libc/hdr/errno_macros.h
@@ -12,6 +12,8 @@
12
#ifdef LIBC_FULL_BUILD
13
14
#ifdef __linux__
15
+#include <linux/errno.h>
16
+
17
#include "llvm-libc-macros/error-number-macros.h"
18
#else // __linux__
19
#include "llvm-libc-macros/generic-error-number-macros.h"
0 commit comments