forked from pool/linux-glibc-devel
12dc26678b
OBS-URL: https://build.opensuse.org/package/show/Base:System/linux-glibc-devel?expand=0&rev=680a556258e781aa7df4beb13e541a66
95 lines
4.2 KiB
Diff
95 lines
4.2 KiB
Diff
---
|
|
usr/include/asm-arm/ioctls.h | 1 +
|
|
usr/include/asm-generic/ioctls.h | 1 +
|
|
usr/include/asm-ia64/ioctls.h | 1 +
|
|
usr/include/asm-parisc/ioctls.h | 1 +
|
|
usr/include/asm-powerpc/ioctls.h | 1 +
|
|
usr/include/asm-s390/ioctls.h | 1 +
|
|
usr/include/asm-sparc/ioctls.h | 1 +
|
|
7 files changed, 7 insertions(+)
|
|
|
|
Index: usr/include/asm-arm/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-arm/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-generic/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-generic/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-ia64/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-ia64/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-parisc/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-parisc/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-powerpc/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-powerpc/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-s390/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-s390/ioctls.h.orig
|
|
+++ 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
|
|
Index: usr/include/asm-sparc/ioctls.h
|
|
===================================================================
|
|
--- usr/include/asm-sparc/ioctls.h.orig
|
|
+++ usr/include/asm-sparc/ioctls.h
|
|
@@ -80,6 +80,7 @@
|
|
/* Get minor device of a pty master's FD -- Solaris equiv is ISPTM */
|
|
#define TIOCGPTN _IOR('t', 134, unsigned int) /* Get Pty Number */
|
|
#define TIOCSPTLCK _IOW('t', 135, int) /* Lock/unlock PTY */
|
|
+#define TIOCGDEV _IOW('t', 0x32, unsigned int)
|
|
|
|
/* Little f */
|
|
#define FIOCLEX _IO('f', 1)
|