Skip to content

Commit ff249bc

Browse files
committed
1 parent f4bc851 commit ff249bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/unix/newlib/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ pub const PTHREAD_MUTEX_RECURSIVE: ::c_int = 1;
271271
pub const PTHREAD_MUTEX_ERRORCHECK: ::c_int = 2;
272272

273273
cfg_if! {
274-
if #[cfg(target_os = "horizon")] {
274+
if #[cfg(any(target_os = "horizon", target_os = "espidf"))] {
275275
pub const FD_SETSIZE: usize = 64;
276276
} else {
277277
pub const FD_SETSIZE: usize = 1024;

0 commit comments

Comments
 (0)