Function esp_idf_hal::sys::tcgetsid
source ยท pub unsafe extern "C" fn tcgetsid(fd: i32) -> i32
Expand description
@brief Get process group ID for session leader for controlling terminal
@param fd file descriptor of the terminal @return process group ID when successful, -1 otherwise with errno set