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:
committed by
Rich Felker
parent
8735a921d0
commit
5ce901279e
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user