musl/arch/mips64
Szabolcs Nagy cc08669380 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.)
2017-08-29 19:48:37 -04:00
..
bits add SIOCGSTAMPNS socket ioctl macro to ioctl.h 2017-08-29 19:48:37 -04:00
atomic_arch.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
crt_arch.h add mips64 port 2016-03-06 17:41:56 +00:00
ksigaction.h add mips64 port 2016-03-06 17:41:56 +00:00
pthread_arch.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
reloc.h add support for mips and mips64 r6 isa 2016-04-03 10:42:37 +00:00
syscall_arch.h remove long-obsolete clang workarounds from mips* syscall_arch.h files 2017-05-31 21:49:44 -04:00