Skip to content

Commit

Permalink
[libc/termios]修改oflags定义与musl一致
Browse files Browse the repository at this point in the history
  • Loading branch information
heyuanjie87 authored and mysterywolf committed Jun 19, 2023
1 parent 8335c5a commit 0503d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/libc/posix/io/termios/termios.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0503d1e

Please sign in to comment.