Skip to content

Commit 0503d1e

Browse files
heyuanjie87mysterywolf
authored andcommitted
[libc/termios]修改oflags定义与musl一致
1 parent 8335c5a commit 0503d1e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/libc/posix/io/termios/termios.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ struct termios {
7474

7575
/* c_oflag bits */
7676
#define OPOST 0000001
77-
#define ONLCR 0000002
78-
#define OLCUC 0000004
77+
#define OLCUC 0000002
78+
#define ONLCR 0000004
7979

8080
#define OCRNL 0000010
8181
#define ONOCR 0000020

0 commit comments

Comments
 (0)