ソースを参照

Random change to get a log message: Previous change is to make this
header more compatible with the kernel and not with glibc.

David Schleef 23 年 前
コミット
b9f38c7ead
1 ファイル変更1 行追加1 行削除
  1. 1 1
      libc/sysdeps/linux/powerpc/bits/termios.h

+ 1 - 1
libc/sysdeps/linux/powerpc/bits/termios.h

@@ -34,7 +34,7 @@ struct termios
     tcflag_t c_cflag;		/* control mode flags */
     tcflag_t c_lflag;		/* local mode flags */
     cc_t c_cc[NCCS];		/* control characters */
-    cc_t c_line;			/* line discipline */
+    cc_t c_line;		/* line discipline */
     speed_t c_ispeed;		/* input speed */
     speed_t c_ospeed;		/* output speed */
   };