fix TIOCMSET in mips ioctl.h

it seems it was a typo.
This commit is contained in:
Szabolcs Nagy 2016-07-03 17:06:03 +02:00 committed by Rich Felker
parent b76d4e06f1
commit 809495f7b7
3 changed files with 3 additions and 3 deletions

View File

@ -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)

View File

@ -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)

View File

@ -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)