forked from pool/linux-glibc-devel
2f4f18b9bb
Copy from Base:System/linux-glibc-devel based on submit request 27392 from user coolo OBS-URL: https://build.opensuse.org/request/show/27392 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/linux-glibc-devel?expand=0&rev=1
61 lines
2.7 KiB
Diff
61 lines
2.7 KiB
Diff
--- usr/include/asm-arm/ioctls.h
|
|
+++ usr/include/asm-arm/ioctls.h
|
|
@@ -52,6 +52,7 @@
|
|
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
|
|
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
|
|
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
|
|
#define FIOCLEX 0x5451
|
|
--- usr/include/asm-generic/ioctls.h
|
|
+++ usr/include/asm-generic/ioctls.h
|
|
@@ -65,6 +65,7 @@
|
|
#define TIOCSRS485 0x542F
|
|
#define TIOCGPTN _IOR('T', 0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T', 0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T', 0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
#define TCGETX 0x5432 /* SYS5 TCGETX compatibility */
|
|
#define TCSETX 0x5433
|
|
#define TCSETXF 0x5434
|
|
--- usr/include/asm-ia64/ioctls.h
|
|
+++ usr/include/asm-ia64/ioctls.h
|
|
@@ -59,6 +59,7 @@
|
|
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
|
|
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
|
|
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
|
|
#define FIOCLEX 0x5451
|
|
--- usr/include/asm-parisc/ioctls.h
|
|
+++ usr/include/asm-parisc/ioctls.h
|
|
@@ -52,6 +52,7 @@
|
|
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
|
|
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
|
|
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
|
|
#define FIOCLEX 0x5451
|
|
--- usr/include/asm-powerpc/ioctls.h
|
|
+++ usr/include/asm-powerpc/ioctls.h
|
|
@@ -93,6 +93,7 @@
|
|
#define TIOCSRS485 0x542f
|
|
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
|
|
#define TIOCSERCONFIG 0x5453
|
|
#define TIOCSERGWILD 0x5454
|
|
--- usr/include/asm-s390/ioctls.h
|
|
+++ usr/include/asm-s390/ioctls.h
|
|
@@ -60,6 +60,7 @@
|
|
#define TCSETSF2 _IOW('T',0x2D, struct termios2)
|
|
#define TIOCGPTN _IOR('T',0x30, unsigned int) /* Get Pty Number (of pty-mux device) */
|
|
#define TIOCSPTLCK _IOW('T',0x31, int) /* Lock/unlock Pty */
|
|
+#define TIOCGDEV _IOR('T',0x32, unsigned int) /* Get real dev no below /dev/console */
|
|
|
|
#define FIONCLEX 0x5450 /* these numbers need to be adjusted. */
|
|
#define FIOCLEX 0x5451
|