summaryrefslogtreecommitdiff
path: root/arch/powerpc
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2016-07-03 17:03:19 +0200
committerRich Felker <dalias@aerifal.cx>2016-07-03 14:54:33 -0400
commit2df9ae916120212442201bbf30271a1170e508cf (patch)
treebf20b99f8997516e50eb3130ee39d8e5e8d27227 /arch/powerpc
parent76d7cfb7e677eb0fcacdabf67514b51e777269dd (diff)
downloadmusl-2df9ae916120212442201bbf30271a1170e508cf.tar.gz
remove ioctl macros that were removed from linux uapi
TIOCTTYGSTRUCT, TIOCGHAYESESP, TIOCSHAYESESP and TIOCM_MODEM_BITS were removed from the linux uapi and not present in glibc ioctl.h
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/bits/ioctl.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/powerpc/bits/ioctl.h b/arch/powerpc/bits/ioctl.h
index 0c903dcb..193ba6e4 100644
--- a/arch/powerpc/bits/ioctl.h
+++ b/arch/powerpc/bits/ioctl.h
@@ -120,16 +120,11 @@
/* end kernel header ioctls.h */
-#define TIOCTTYGSTRUCT 0x5426
-
#define TCGETX 0x5432
#define TCSETX 0x5433
#define TCSETXF 0x5434
#define TCSETXW 0x5435
-#define TIOCGHAYESESP 0x545E
-#define TIOCSHAYESESP 0x545F
-
struct winsize {
unsigned short ws_row;
unsigned short ws_col;
@@ -137,8 +132,6 @@ struct winsize {
unsigned short ws_ypixel;
};
-#define TIOCM_MODEM_BITS TIOCM_OUT2
-
#define N_TTY 0
#define N_SLIP 1
#define N_MOUSE 2