about summary refs log tree commit diff
path: root/arch/mipsn32/bits/ioctl.h
Commit message (Collapse)AuthorAgeFilesLines
* remove ioctl macros that were removed from linux uapiSzabolcs Nagy2016-07-031-4/+0
| | | | | TIOCTTYGSTRUCT, TIOCGHAYESESP, TIOCSHAYESESP and TIOCM_MODEM_BITS were removed from the linux uapi and not present in glibc ioctl.h
* add mips n32 port (ILP32 ABI for mips64)Rich Felker2016-04-181-0/+210
based on patch submitted by Jaydeep Patil, with minor changes.