Add TIOCSCTTY/TIOCNOTTY name decoding
This commit is contained in:
@@ -670,6 +670,9 @@ static const char *_ioctl_name(int cmd)
|
|||||||
CASE(TCSBRK);
|
CASE(TCSBRK);
|
||||||
CASE(TIOCGWINSZ);
|
CASE(TIOCGWINSZ);
|
||||||
CASE(TIOCSWINSZ);
|
CASE(TIOCSWINSZ);
|
||||||
|
/* Controlling terminal */
|
||||||
|
CASE(TIOCSCTTY);
|
||||||
|
CASE(TIOCNOTTY);
|
||||||
/* Exclusive mode */
|
/* Exclusive mode */
|
||||||
CASE(TIOCEXCL);
|
CASE(TIOCEXCL);
|
||||||
CASE(TIOCGEXCL);
|
CASE(TIOCGEXCL);
|
||||||
|
|||||||
Reference in New Issue
Block a user