aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc64/bits/ioctl.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* add SIOCGSTAMPNS socket ioctl macro to ioctl.h•••it is defined in linux asm/sockios.h since commit ae40eb1ef30ab4120bd3c8b7e3da99ee53d27a23 (linux v2.6.22) but was missing from musl by accident. in musl the sockios macros are exposed in sys/ioctl.h together with other ioctl requests instead of in sys/socket.h because of namespace rules. (glibc has them in sys/socket.h under _GNU_SOURCE.) Szabolcs Nagy2017-08-291-0/+1
* 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 Szabolcs Nagy2016-07-031-8/+0
* add missing TIOC* macros to ioctl.h•••these are defined in linux asm/ioctls.h. (powerpc64 and powerpc bits/ioctl.h are now identical) Szabolcs Nagy2016-07-031-3/+3
* add missing SIOCSIFNAME from linux/sockios.h to ioctl.h•••glibc ioctl.h has it too. Szabolcs Nagy2016-07-031-0/+1
* 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 Szabolcs Nagy2016-07-031-7/+0
* add powerpc64 portBobby Bingham2016-05-081-0/+229