summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-09-09 18:41:25 -0700
committerPaul Pluzhnikov <ppluzhnikov@google.com>2015-09-09 18:41:25 -0700
commitd18c36e6007b03533a38c890c68544daa78d301a (patch)
treea43b8ecae1a58fbdd64d981f55adc46360bd4e2f /NEWS
parentec999b8e5ede67f42759657beb8c5fef87c8cc63 (diff)
downloadglibc-d18c36e6007b03533a38c890c68544daa78d301a.tar.gz
glibc-d18c36e6007b03533a38c890c68544daa78d301a.tar.xz
glibc-d18c36e6007b03533a38c890c68544daa78d301a.zip
To fix BZ #18675, use __fstatvfs64 in __fpathconf.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index d397b54d72..4e1f3a6af6 100644
--- a/NEWS
+++ b/NEWS
@@ -11,9 +11,9 @@ Version 2.23
 
   2898, 14341, 15786, 16141, 16517, 16519, 16520, 16734, 16973, 17787,
   17905, 18084, 18086, 18240, 18265, 18370, 18421, 18480, 18525, 18610,
-  18618, 18647, 18661, 18674, 18681, 18757, 18778, 18781, 18787, 18789,
-  18790, 18795, 18796, 18820, 18823, 18824, 18863, 18870, 18873, 18887,
-  18921.
+  18618, 18647, 18661, 18674, 18675, 18681, 18757, 18778, 18781, 18787,
+  18789, 18790, 18795, 18796, 18820, 18823, 18824, 18863, 18870, 18873,
+  18887, 18921.
 
 * The obsolete header <regexp.h> has been removed.  Programs that require
   this header must be updated to use <regex.h> instead.