diff options
author | Carlos O'Donell <carlos@redhat.com> | 2013-11-26 09:47:45 -0500 |
---|---|---|
committer | Carlos O'Donell <carlos@redhat.com> | 2013-11-26 09:47:45 -0500 |
commit | 2fe162299f47ced903e3d634e216d622a5d9af52 (patch) | |
tree | 0829b02d2e10d10cddf142a07cb75524a1e54a7d /NEWS | |
parent | 08d76093f4df66ea9ab940633baf5bd2bf56c396 (diff) | |
download | glibc-2fe162299f47ced903e3d634e216d622a5d9af52.zip glibc-2fe162299f47ced903e3d634e216d622a5d9af52.tar.gz glibc-2fe162299f47ced903e3d634e216d622a5d9af52.tar.bz2 |
NEWS: Only public headers have __unused/__block changed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -21,9 +21,9 @@ Version 2.19 16071, 16072, 16074, 16078, 16103, 16112, 16143, 16144, 16146, 16150, 16151, 16153, 16167, 16172, 16245. -* The public and private headers no longer use __unused nor __block. This - change is to support compiling programs that are derived from BSD sources - and use __unused internally, and to support compiling with Clang's -fblock +* The public headers no longer use __unused nor __block. This change is to + support compiling programs that are derived from BSD sources and use + __unused internally, and to support compiling with Clang's -fblock extension which uses __block. * CVE-2012-4412 The strcoll implementation caches indices and rules for |