diff options
author | Carlos O'Donell <carlos@systemhalted.org> | 2015-07-08 09:26:45 -0400 |
---|---|---|
committer | Carlos O'Donell <carlos@systemhalted.org> | 2015-07-08 10:58:23 -0400 |
commit | 1c1e3125206ef810dc7282023f6267a33b486233 (patch) | |
tree | 66d580fc1ffb430a40694d6190c14d2368eece7d /ChangeLog | |
parent | 2e4250225cf894e11c926007698cea8096a372fb (diff) | |
download | glibc-1c1e3125206ef810dc7282023f6267a33b486233.tar glibc-1c1e3125206ef810dc7282023f6267a33b486233.tar.gz glibc-1c1e3125206ef810dc7282023f6267a33b486233.tar.bz2 glibc-1c1e3125206ef810dc7282023f6267a33b486233.zip |
Add missing Advanced API (RFC3542) (1) defines.
Fixes bug 18643.
Defines IPV6_RECVPATHMTU, IPV6_PATHMTU, and IPV6_DONTFRAG for Linux.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2015-07-08 Carlos O'Donell <carlos@redhat.com> + + [BZ #18643] + * sysdeps/unix/sysv/linux/bits/in.h: Define IPV6_RECVPATHMTU, + IPV6_PATHMTU, and IPV6_DONTFRAG. + 2015-07-08 Feng Gao <gfree.wind@gmail.com> * libio/fileops.c: Use "|" instead of "+" when combine _IO_LINE_BUF @@ -20,7 +26,7 @@ (getpwnam_r): Likewise. (fgetpwent_r): Likewise. -2015-06-18 Carlos O'Donell <carlos@redhat.com> +2015-07-08 Carlos O'Donell <carlos@redhat.com> [BZ #18557] * inet/rcmd.c (__validuser2_sa): Check user first to |