diff options
| author | Joseph Myers <joseph@codesourcery.com> | 2016-08-03 12:12:22 +0000 |
|---|---|---|
| committer | Joseph Myers <joseph@codesourcery.com> | 2016-08-03 12:12:22 +0000 |
| commit | acaff9b658720e4c887f4e44e6f28962d6f372d3 (patch) | |
| tree | 250ed57b18e220d4944114491913723c2d508f89 /ChangeLog | |
| parent | bdf20beac183c705abef5aef8de2db5fac00bc8b (diff) | |
| download | glibc-acaff9b658720e4c887f4e44e6f28962d6f372d3.tar.xz glibc-acaff9b658720e4c887f4e44e6f28962d6f372d3.zip | |
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.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> * sysdeps/ieee754/dbl-64/s_trunc.c: Avoid alias renamed. |
