musl/arch/sh
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 fix build failure for sh4a due to missing colon in asm statement 2017-08-11 21:06:57 -04:00
crt_arch.h generalize sh entry point asm not to assume call dests fit in 12 bits 2015-11-02 18:11:36 -05:00
ksigaction.h
pthread_arch.h
reloc.h fix dynamic loader library mapping for nommu systems 2015-11-11 17:40:27 -05:00
syscall_arch.h fix pread/pwrite syscall calling convention on sh 2016-08-11 18:36:46 -04:00