Skip to content

Commit cdac39a

Browse files
Update libc/include/llvm-libc-types/fd_set.h
Co-authored-by: Nick Desaulniers <[email protected]>
1 parent 42accef commit cdac39a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/fd_set.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_LIBC_TYPES_FD_SET_H
1010
#define LLVM_LIBC_TYPES_FD_SET_H
1111

12-
#include "../llvm-libc-macros/sys-select-macros.h" // FD_SETSIZE
12+
#include "../llvm-libc-macros/sys-select-macros.h" // __FD_SET_WORD_TYPE, __FD_SET_ARRAYSIZE
1313

1414
typedef struct {
1515
__FD_SET_WORD_TYPE __set[__FD_SET_ARRAYSIZE];

0 commit comments

Comments
 (0)