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.
1 parent 9cdd42e commit ba7ff45Copy full SHA for ba7ff45
src/unix/newlib/mod.rs
@@ -41,7 +41,7 @@ pub type tcflag_t = ::c_uint;
41
pub type useconds_t = u32;
42
43
cfg_if! {
44
- if #[cfg(target_os = "horizon")] {
+ if #[cfg(any(target_os = "horizon", all(target_os = "espidf", espidf_time64)))] {
45
pub type time_t = ::c_longlong;
46
} else {
47
pub type time_t = i32;
0 commit comments