add missing TIOC* macros to ioctl.h

these are defined in linux asm/ioctls.h.
(powerpc64 and powerpc bits/ioctl.h are now identical)
This commit is contained in:
Szabolcs Nagy
2016-07-03 14:54:34 -04:00
committed by Rich Felker
parent 8735a921d0
commit 5ce901279e
7 changed files with 40 additions and 3 deletions
+2
View File
@@ -89,6 +89,8 @@
#define TCSETS2 _IOW('T', 43, char[44])
#define TCSETSW2 _IOW('T', 44, char[44])
#define TCSETSF2 _IOW('T', 45, char[44])
#define TIOCGRS485 _IOR('T', 46, char[32])
#define TIOCSRS485 _IOWR('T', 47, char[32])
#define TIOCGPTN _IOR('T', 48, unsigned int)
#define TIOCSPTLCK _IOW('T', 49, int)
#define TIOCGDEV _IOR('T', 50, unsigned int)