]> git.ipfire.org Git - thirdparty/glibc.git/commit
Linux: Include <linux/sockios.h> in <bits/socket.h> under __USE_MISC fw/linux-5.2
authorFlorian Weimer <fweimer@redhat.com>
Mon, 22 Jul 2019 09:01:17 +0000 (11:01 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Mon, 22 Jul 2019 09:01:17 +0000 (11:01 +0200)
commitc1d1e0c9f242f03521ef023a0e2cac071b5f0133
treecda3920c191a93e86d24997ba5c77f9bd3254600
parent3d03282e6687ffe595d201fa0c3a777179abb61f
Linux: Include <linux/sockios.h> in <bits/socket.h> under __USE_MISC

Historically, <asm/socket.h> (which is included from <bits/socket.h>)
provided ioctl operations for sockets.  User code accessed them
through <sys/socket.h>.  The kernel UAPI headers have removed these
definitions in favor of <linux/sockios.h>.  This commit makes them
available via <sys/socket.h> again.
ChangeLog
sysdeps/unix/sysv/linux/bits/socket.h