Explorar el Código

删除多余代码

linzhenxing hace 3 años
padre
commit
27fe6ef2e8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/drivers/tty/n_tty.c

+ 1 - 1
components/drivers/tty/n_tty.c

@@ -529,7 +529,7 @@ static void eraser(unsigned char c, struct tty_struct *tty)
  *
  *  Locking: ctrl_lock
  */
-extern struct termios old_stdin_termios;
+
 static void __isig(int sig, struct tty_struct *tty)
 {
     struct rt_lwp *lwp = tty->foreground;