use core::ffi;
#[cfg(not(esp_idf_libc_picolibc))]
#[no_mangle]
pub extern "C" fn timegm(_: ffi::c_void) -> ffi::c_int {
0
}
#[no_mangle]
pub extern "C" fn pthread_atfork(
_: *const ffi::c_void,
_: *const ffi::c_void,
_: *const ffi::c_void,
) -> ffi::c_int {
0
}