Adjust Max FDs to match newlib

This commit is contained in:
Andrew Johnson
2021-06-04 15:58:29 -05:00
parent e3e9d9bb37
commit e4ce0ec255
+2 -1
View File
@@ -60,7 +60,8 @@ extern void *POSIX_Init(void *argument);
#define CONFIGURE_APPLICATION_NEEDS_STUB_DRIVER
#define CONFIGURE_APPLICATION_NEEDS_ZERO_DRIVER
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 150
/* Max FDs cannot exceed FD_SETSIZE from newlib (64) */
#define CONFIGURE_MAXIMUM_FILE_DESCRIPTORS 64
#define CONFIGURE_IMFS_ENABLE_MKFIFO 2
#define CONFIGURE_MAXIMUM_NFS_MOUNTS 3