mirror of
git://git.musl-libc.org/musl
synced 2025-03-29 14:47:41 +00:00
fix TIOCMSET in mips ioctl.h
it seems it was a typo.
This commit is contained in:
parent
b76d4e06f1
commit
809495f7b7
@ -27,7 +27,7 @@
|
||||
#define TIOCMGET 0x741D
|
||||
#define TIOCMBIS 0x741B
|
||||
#define TIOCMBIC 0x741C
|
||||
#define TIOCMSET 0x741D
|
||||
#define TIOCMSET 0x741A
|
||||
|
||||
#define TIOCPKT 0x5470
|
||||
#define TIOCSWINSZ _IOW('t', 103, struct winsize)
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define TIOCMGET 0x741D
|
||||
#define TIOCMBIS 0x741B
|
||||
#define TIOCMBIC 0x741C
|
||||
#define TIOCMSET 0x741D
|
||||
#define TIOCMSET 0x741A
|
||||
|
||||
#define TIOCPKT 0x5470
|
||||
#define TIOCSWINSZ _IOW('t', 103, struct winsize)
|
||||
|
@ -27,7 +27,7 @@
|
||||
#define TIOCMGET 0x741D
|
||||
#define TIOCMBIS 0x741B
|
||||
#define TIOCMBIC 0x741C
|
||||
#define TIOCMSET 0x741D
|
||||
#define TIOCMSET 0x741A
|
||||
|
||||
#define TIOCPKT 0x5470
|
||||
#define TIOCSWINSZ _IOW('t', 103, struct winsize)
|
||||
|
Loading…
Reference in New Issue
Block a user