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 42accef commit cdac39aCopy full SHA for cdac39a
libc/include/llvm-libc-types/fd_set.h
@@ -9,7 +9,7 @@
9
#ifndef LLVM_LIBC_TYPES_FD_SET_H
10
#define LLVM_LIBC_TYPES_FD_SET_H
11
12
-#include "../llvm-libc-macros/sys-select-macros.h" // FD_SETSIZE
+#include "../llvm-libc-macros/sys-select-macros.h" // __FD_SET_WORD_TYPE, __FD_SET_ARRAYSIZE
13
14
typedef struct {
15
__FD_SET_WORD_TYPE __set[__FD_SET_ARRAYSIZE];
0 commit comments