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.
FILENO
unistd.h
1 parent 56a0a7f commit 6489125Copy full SHA for 6489125
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