Detailed Description

Macros

#define CONFIG_POSIX_FD_SET_SIZE   (16)
 Maximum number of file descriptors in an fd_set structure. More...
 

Macro Definition Documentation

◆ CONFIG_POSIX_FD_SET_SIZE

#define CONFIG_POSIX_FD_SET_SIZE   (16)

Maximum number of file descriptors in an fd_set structure.

Note
Should have at least the same value as VFS_MAX_OPEN_FILES.

Config-exposed version

Definition at line 59 of file select.h.