diff options
author | Brett Neumeier <brett@neumeier.us> | 2015-08-31 15:27:21 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-08-31 15:27:47 -0700 |
commit | 3f512ca79fda7854da188df0585e71467119206e (patch) | |
tree | 4098f04da11ae47c365a0803e3318a1dcca922ba /NEWS | |
parent | 543ef578c3304661713950b37abd0c916f52ecf0 (diff) | |
download | glibc-3f512ca79fda7854da188df0585e71467119206e.tar.gz glibc-3f512ca79fda7854da188df0585e71467119206e.tar.xz glibc-3f512ca79fda7854da188df0585e71467119206e.zip |
Fix non-v9 32-bit sparc build.
[BZ #18870] * sysdeps/sparc/sparc32/sem_open.c: Add missing #include
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 20fa6ac000..e41919adf8 100644 --- a/NEWS +++ b/NEWS @@ -12,7 +12,7 @@ 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, 18778, 18781, 18787, 18789, 18790, - 18795, 18796, 18820, 18823, 18824, 18863, 18873, 18887. + 18795, 18796, 18820, 18823, 18824, 18863, 18870, 18873, 18887. * The obsolete header <regexp.h> has been removed. Programs that require this header must be updated to use <regex.h> instead. |