[libc/termios]修改oflags定义与musl一致

This commit is contained in:
heyuanjie87 2023-06-19 11:33:52 +08:00 committed by Man, Jianting (Meco)
parent 8335c5add2
commit 0503d1e27f
1 changed files with 2 additions and 2 deletions

View File

@ -74,8 +74,8 @@ struct termios {
/* c_oflag bits */
#define OPOST 0000001
#define ONLCR 0000002
#define OLCUC 0000004
#define OLCUC 0000002
#define ONLCR 0000004
#define OCRNL 0000010
#define ONOCR 0000020