From cc086693808c007679f02d5e0ee592446bf1b386 Mon Sep 17 00:00:00 2001 From: Szabolcs Nagy Date: Sun, 13 Aug 2017 22:47:42 +0200 Subject: 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.) --- arch/s390x/bits/ioctl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/s390x') diff --git a/arch/s390x/bits/ioctl.h b/arch/s390x/bits/ioctl.h index 11196e15..0ebac590 100644 --- a/arch/s390x/bits/ioctl.h +++ b/arch/s390x/bits/ioctl.h @@ -131,6 +131,7 @@ struct winsize { #define SIOCGPGRP 0x8904 #define SIOCATMARK 0x8905 #define SIOCGSTAMP 0x8906 +#define SIOCGSTAMPNS 0x8907 #define SIOCADDRT 0x890B #define SIOCDELRT 0x890C -- cgit v1.2.1