Fix TIOCSCTTY ioctl definition for mips
Change-Id: I721a48a441c4a416c1119b17086462f7cb8e5097
This commit is contained in:
parent
851d5b64da
commit
f58f1499c1
1 changed files with 1 additions and 1 deletions
|
@ -405,7 +405,7 @@ define(`TCXONC', `0x0000540a')
|
|||
define(`TCFLSH', `0x0000540b')
|
||||
define(`TIOCEXCL', `0x0000540c')
|
||||
define(`TIOCNXCL', `0x0000540d')
|
||||
define(`TIOCSCTTY', `0x0000540e')
|
||||
define(`TIOCSCTTY', ifelse(target_arch, mips, 0x00005480, 0x0000540e))
|
||||
define(`TIOCGPGRP', `0x0000540f')
|
||||
define(`TIOCSPGRP', `0x00005410')
|
||||
define(`TIOCOUTQ', ifelse(target_arch, mips, 0x00007472, 0x00005411))
|
||||
|
|
Loading…
Reference in a new issue