浏览代码

Fix from "Gerhard Uttenthaler" <uttenthaler@ems-wuensche.com> so
that cfsetspeed would actually be compiled in.

Eric Andersen 22 年之前
父节点
当前提交
3b1e82407a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libc/termios/termios.c

+ 1 - 1
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;