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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Version 2.22 18519, 18520, 18522, 18527, 18528, 18529, 18530, 18532, 18533, 18534, 18536, 18539, 18540, 18542, 18544, 18545, 18546, 18547, 18549, 18553, 18557, 18558, 18569, 18583, 18585, 18586, 18592, 18593, 18594, 18602, - 18612, 18613, 18619, 18633, 18641. + 18612, 18613, 18619, 18633, 18641, 18643. * Cache information can be queried via sysconf() function on s390 e.g. with _SC_LEVEL1_ICACHE_SIZE as argument. |