Fix TIOCSCTTY ioctl definition for mips am: f58f1499c1
am: 1019861ba9
Change-Id: Id63c00a6cef89bd745947d9611d08b522426d8d1
This commit is contained in:
commit
9a5d0035b2
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