瀏覽代碼

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 */
   };