diff --git a/termios/termios.h b/termios/termios.h index 788c982405..3347c880a5 100644 --- a/termios/termios.h +++ b/termios/termios.h @@ -59,7 +59,9 @@ extern int cfsetispeed (struct termios *__termios_p, speed_t __speed) __THROW; #ifdef __USE_MISC /* Set both the input and output baud rates in *TERMIOS_OP to SPEED. */ extern int cfsetspeed (struct termios *__termios_p, speed_t __speed) __THROW; +#endif +#ifdef __USE_GNU /* Interfaces that are explicitly numeric representations of baud rates */ typedef speed_t baud_t;