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 9c1d2f8 commit 22f92a4Copy full SHA for 22f92a4
libc/include/llvm-libc-macros/unistd-macros.h
@@ -5,4 +5,8 @@
5
#include "linux/unistd-macros.h"
6
#endif
7
8
+#define STDIN_FILENO 0
9
+#define STDOUT_FILENO 1
10
+#define STDERR_FILENO 2
11
+
12
#endif // LLVM_LIBC_MACROS_UNISTD_MACROS_H
0 commit comments