From 754f66afb76f59bb4c43f303fb9406a3841a448f Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Mon, 11 Sep 2017 22:38:05 +0000 Subject: ioctl TIOCGPTPEER from linux v4.13 added for safe opening of peer end of pty in a mount namespace. new in linux commit c6325179238f1d4683edbec53d8322575d76d7e2 --- arch/mipsn32/bits/ioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mipsn32') diff --git a/arch/mipsn32/bits/ioctl.h b/arch/mipsn32/bits/ioctl.h index 71394449..b8f77cb5 100644 --- a/arch/mipsn32/bits/ioctl.h +++ b/arch/mipsn32/bits/ioctl.h @@ -68,6 +68,7 @@ #define TIOCGPKT _IOR('T', 0x38, int) #define TIOCGPTLCK _IOR('T', 0x39, int) #define TIOCGEXCL _IOR('T', 0x40, int) +#define TIOCGPTPEER _IO('T', 0x41) #define TIOCSCTTY 0x5480 #define TIOCGSOFTCAR 0x5481 -- cgit v1.2.1