We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e802ca0 commit 527ffc1Copy full SHA for 527ffc1
include/linux/tty.h
@@ -336,7 +336,6 @@ struct tty_file_private {
336
#define TTY_IO_ERROR 1 /* Cause an I/O error (may be no ldisc too) */
337
#define TTY_OTHER_CLOSED 2 /* Other side (if any) has closed */
338
#define TTY_EXCLUSIVE 3 /* Exclusive open mode */
339
-#define TTY_DEBUG 4 /* Debugging */
340
#define TTY_DO_WRITE_WAKEUP 5 /* Call write_wakeup after queuing new */
341
#define TTY_OTHER_DONE 6 /* Closed pty has completed input processing */
342
#define TTY_LDISC_OPEN 11 /* Line discipline is open */
0 commit comments