Szabolcs Nagy
809495f7b7
fix TIOCMSET in mips ioctl.h
...
it seems it was a typo.
2016-07-03 14:54:35 -04:00
Szabolcs Nagy
b76d4e06f1
fix mips, mips64, mipsn32 TIOCM_* macros in ioctl.h
...
TIOCM_ macros were wrongly using the asm-generic/termios.h definitions
instead of the mips specific ones from asm/termios.h
2016-07-03 14:54:34 -04:00
Szabolcs Nagy
058c0b2d70
remove mips and powerpc ioctls that are missing from linux uapi
...
mips and powerpc use their own asm/ioctls.h, not the asm-generic/ioctls.h
and they lack termiox macros that are available on other targets.
see kernel commit 1d65b4a088de407e99714fdc27862449db04fb5c
2016-07-03 14:54:34 -04:00
Szabolcs Nagy
5ce901279e
add missing TIOC* macros to ioctl.h
...
these are defined in linux asm/ioctls.h.
(powerpc64 and powerpc bits/ioctl.h are now identical)
2016-07-03 14:54:34 -04:00
Szabolcs Nagy
8735a921d0
add missing SIOCSIFNAME from linux/sockios.h to ioctl.h
...
glibc ioctl.h has it too.
2016-07-03 14:54:33 -04:00
Szabolcs Nagy
2df9ae9161
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
2016-07-03 14:54:33 -04:00
Rich Felker
5972c4a411
add mips n32 port (ILP32 ABI for mips64)
...
based on patch submitted by Jaydeep Patil, with minor changes.
2016-04-18 05:19:13 +00:00