]> git.ipfire.org Git - thirdparty/glibc.git/commit
Add missing iucv related defines.
authorStefan Liebler <stli@linux.vnet.ibm.com>
Wed, 27 Apr 2016 07:08:29 +0000 (09:08 +0200)
committerStefan Liebler <stli@linux.vnet.ibm.com>
Wed, 27 Apr 2016 07:08:29 +0000 (09:08 +0200)
commitb06549a5e62d66ef16bdc2a2a6ec8e9dae2ea52b
treef6bfb71dde202ad254db0d29d8119fdc8b3d36e5
parent045cd3190a357a43c5b2b80d52e78858e73bfd76
Add missing iucv related defines.

this patch adds the missing SOL_IUCV socket level definition
and socket options SO_IPRMDATA_MSG, SO_MSGLIMIT, SO_MSGSIZE
which can be used with get/setsockopt().
SCM_IUCV_TRGCLS is needed to send/receive ancillary data with send/recvmsg().

The defines are copied from kernel-source:
include/net/iucv/af_iucv.h
include/linux/socket.h
ChangeLog
sysdeps/unix/sysv/linux/netiucv/iucv.h