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
+3 -3
View File
@@ -101,9 +101,9 @@
#define TIOCGDEV _IOR('T',0x32, unsigned int)
#define TIOCSIG _IOW('T',0x36, int)
#define TIOCVHANGUP 0x5437
#define TIOCGPKT _IOR('T',0x38, int)
#define TIOCGPTLCK _IOR('T',0x39, int)
#define TIOCGEXCL _IOR('T',0x40, int)
#define TIOCGPKT _IOR('T', 0x38, int)
#define TIOCGPTLCK _IOR('T', 0x39, int)
#define TIOCGEXCL _IOR('T', 0x40, int)
#define TIOCSERCONFIG 0x5453
#define TIOCSERGWILD 0x5454