Skip to content
Snippets Groups Projects
Commit 9a5d0035 authored by Lazar Trsic's avatar Lazar Trsic Committed by android-build-merger
Browse files

Fix TIOCSCTTY ioctl definition for mips am: f58f1499

am: 1019861b

Change-Id: Id63c00a6cef89bd745947d9611d08b522426d8d1
parents 811eed78 1019861b
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment