summary refs log tree commit diff stats
path: root/linux-user/openrisc/termbits.h
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2018-01-29 11:47:06 +0100
committerLaurent Vivier <laurent@vivier.eu>2018-02-18 18:52:32 +0100
commit2b74f621f1c78023177eab59bce4357867d772f2 (patch)
treebc49a815eee372e55f095545fdcf4b171903a7ba /linux-user/openrisc/termbits.h
parentf0fa81767555fe2c4b5f8c9e0725a80eac1d7f56 (diff)
downloadfocaccia-qemu-2b74f621f1c78023177eab59bce4357867d772f2.tar.gz
focaccia-qemu-2b74f621f1c78023177eab59bce4357867d772f2.zip
linux-user: Implement ioctl cmd TIOCGPTPEER
With glibc 2.27 the openpty function prefers the TIOCGPTPEER ioctl.

Signed-off-by: Andreas Schwab <schwab@suse.de>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <mvmbmhdosb9.fsf_-_@suse.de>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'linux-user/openrisc/termbits.h')
-rw-r--r--linux-user/openrisc/termbits.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux-user/openrisc/termbits.h b/linux-user/openrisc/termbits.h
index 373af77215..231a49806b 100644
--- a/linux-user/openrisc/termbits.h
+++ b/linux-user/openrisc/termbits.h
@@ -245,6 +245,8 @@ struct target_termios3 {
 #define TARGET_TIOCGPTN        TARGET_IOR('T', 0x30, unsigned int)
 /* Lock/unlock Pty */
 #define TARGET_TIOCSPTLCK      TARGET_IOW('T', 0x31, int)
+/* Safely open the slave */
+#define TARGET_TIOCGPTPEER     TARGET_IO('T', 0x41)
 /* Get primary device node of /dev/console */
 #define TARGET_TIOCGDEV        TARGET_IOR('T', 0x32, unsigned int)
 #define TARGET_TCGETX          0x5432 /* SYS5 TCGETX compatibility */