mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.
This patch adds the new PF_QIPCRTR and AF_QIPCRTR from Linux 4.7 to sysdeps/unix/sysv/linux/bits/socket.h. Tested for x86_64 and x86 (testsuite, and that installed stripped shared libraries are unchanged by the patch). * sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro. (PF_MAX): Update value. (AF_QIPCRTR): New macro.
This commit is contained in:
@ -1,3 +1,9 @@
|
|||||||
|
2016-08-03 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/bits/socket.h (PF_QIPCRTR): New macro.
|
||||||
|
(PF_MAX): Update value.
|
||||||
|
(AF_QIPCRTR): New macro.
|
||||||
|
|
||||||
2016-08-03 Aurelien Jarno <aurelien@aurel32.net>
|
2016-08-03 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
* sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed.
|
* sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed.
|
||||||
|
@ -83,7 +83,8 @@ typedef __socklen_t socklen_t;
|
|||||||
#define PF_NFC 39 /* NFC sockets. */
|
#define PF_NFC 39 /* NFC sockets. */
|
||||||
#define PF_VSOCK 40 /* vSockets. */
|
#define PF_VSOCK 40 /* vSockets. */
|
||||||
#define PF_KCM 41 /* Kernel Connection Multiplexor. */
|
#define PF_KCM 41 /* Kernel Connection Multiplexor. */
|
||||||
#define PF_MAX 42 /* For now.. */
|
#define PF_QIPCRTR 42 /* Qualcomm IPC Router. */
|
||||||
|
#define PF_MAX 43 /* For now.. */
|
||||||
|
|
||||||
/* Address families. */
|
/* Address families. */
|
||||||
#define AF_UNSPEC PF_UNSPEC
|
#define AF_UNSPEC PF_UNSPEC
|
||||||
@ -131,6 +132,7 @@ typedef __socklen_t socklen_t;
|
|||||||
#define AF_NFC PF_NFC
|
#define AF_NFC PF_NFC
|
||||||
#define AF_VSOCK PF_VSOCK
|
#define AF_VSOCK PF_VSOCK
|
||||||
#define AF_KCM PF_KCM
|
#define AF_KCM PF_KCM
|
||||||
|
#define AF_QIPCRTR PF_QIPCRTR
|
||||||
#define AF_MAX PF_MAX
|
#define AF_MAX PF_MAX
|
||||||
|
|
||||||
/* Socket level values. Others are defined in the appropriate headers.
|
/* Socket level values. Others are defined in the appropriate headers.
|
||||||
|
Reference in New Issue
Block a user