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.
2 parents 72fba0e + ff249bc commit 8176272Copy full SHA for 8176272
src/unix/newlib/mod.rs
@@ -271,7 +271,7 @@ pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;
271
pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 2;
272
273
cfg_if! {
274
- if #[cfg(target_os = "horizon")] {
+ if #[cfg(any(target_os = "horizon", target_os = "espidf"))] {
275
pub const FD_SETSIZE: usize = 64;
276
} else {
277
pub const FD_SETSIZE: usize = 1024;
0 commit comments