diff options
Diffstat (limited to 'libc')
-rw-r--r-- | libc/termios/termios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/termios/termios.c b/libc/termios/termios.c index 08bf0991b..c6d74f2b3 100644 --- a/libc/termios/termios.c +++ b/libc/termios/termios.c @@ -184,7 +184,7 @@ int cfsetispeed ( struct termios *termios_p, speed_t speed) } #endif -#ifdef L_tcspeed +#ifdef L_cfsetspeed struct speed_struct { speed_t value; |