summaryrefslogtreecommitdiff
path: root/arch/mips64/bits/ioctl.h
diff options
context:
space:
mode:
authorSzabolcs Nagy <nsz@port70.net>2017-08-13 22:47:42 +0200
committerRich Felker <dalias@aerifal.cx>2017-08-29 19:48:37 -0400
commitcc086693808c007679f02d5e0ee592446bf1b386 (patch)
tree9465081b51725ed0e63352f24da4f9ec40d1f765 /arch/mips64/bits/ioctl.h
parent02b50c9d0a749f3e89e352a5760cc55a11977761 (diff)
downloadmusl-cc086693808c007679f02d5e0ee592446bf1b386.tar.gz
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.)
Diffstat (limited to 'arch/mips64/bits/ioctl.h')
-rw-r--r--arch/mips64/bits/ioctl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips64/bits/ioctl.h b/arch/mips64/bits/ioctl.h
index 793c66ee..71394449 100644
--- a/arch/mips64/bits/ioctl.h
+++ b/arch/mips64/bits/ioctl.h
@@ -145,6 +145,7 @@ struct winsize {
#define SIOCSPGRP _IOW('s', 8, pid_t)
#define SIOCGPGRP _IOR('s', 9, pid_t)
#define SIOCGSTAMP 0x8906
+#define SIOCGSTAMPNS 0x8907
#define SIOCADDRT 0x890B
#define SIOCDELRT 0x890C