| 2022 | ----------------------------------------------------------*/ |
| 2023 | |
| 2024 | int cfsetspeed(struct termios *s_termios, speed_t speed) |
| 2025 | { |
| 2026 | return cfsetospeed(s_termios, speed); |
| 2027 | } |
| 2028 | |
| 2029 | /*---------------------------------------------------------- |
| 2030 | cfgetospeed() |
nothing calls this directly
no test coverage detected