From 0503d1e27f6d6302320d7b6ccc185daeb67f9667 Mon Sep 17 00:00:00 2001 From: heyuanjie87 Date: Mon, 19 Jun 2023 11:33:52 +0800 Subject: [PATCH] =?UTF-8?q?[libc/termios]=E4=BF=AE=E6=94=B9oflags=E5=AE=9A?= =?UTF-8?q?=E4=B9=89=E4=B8=8Emusl=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/libc/posix/io/termios/termios.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/libc/posix/io/termios/termios.h b/components/libc/posix/io/termios/termios.h index 8f0275d118..4a504daa7d 100644 --- a/components/libc/posix/io/termios/termios.h +++ b/components/libc/posix/io/termios/termios.h @@ -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