Add TIOCGETD/TIOCSETD in ioctl name decoder

This commit is contained in:
Kim Woelders
2018-07-17 13:43:32 +02:00
parent a68edc5e57
commit 5520722723
+3
View File
@@ -561,6 +561,9 @@ static const char *_ioctl_name(int cmd)
CASE(TIOCEXCL);
CASE(TIOCGEXCL);
CASE(TIOCNXCL);
/* Line discipline */
CASE(TIOCGETD);
CASE(TIOCSETD);
}
}