diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2014-05-06 23:31:44 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2014-05-07 00:00:56 +0200 |
commit | 83df9ad0cc861ef24f08a88c5a4c055e2516d33c (patch) | |
tree | 0fb5c0deb31d3b486529b273d0935b88d20be272 /NEWS | |
parent | f360f94a05570045be615649e9a411cefba2e210 (diff) | |
download | glibc-83df9ad0cc861ef24f08a88c5a4c055e2516d33c.tar.gz glibc-83df9ad0cc861ef24f08a88c5a4c055e2516d33c.tar.xz glibc-83df9ad0cc861ef24f08a88c5a4c055e2516d33c.zip |
SPARC: add EFD_SEMAPHORE in <bits/eventfd.h> (BZ #16916)
EFD_SEMAPHORE has been added in the main <bits/eventfd.h>, but not in the SPARC specific version. Fix that.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 47c951bf88..cc499de68d 100644 --- a/NEWS +++ b/NEWS @@ -16,7 +16,7 @@ Version 2.20 16677, 16680, 16683, 16689, 16695, 16701, 16706, 16707, 16712, 16713, 16714, 16731, 16739, 16740, 16743, 16754, 16758, 16759, 16760, 16770, 16786, 16789, 16791, 16799, 16800, 16815, 16823, 16824, 16831, 16838, - 16854, 16885, 16888, 16890, 16912. + 16854, 16885, 16888, 16890, 16912, 16916. * The minimum Linux kernel version that this version of the GNU C Library can be used with is 2.6.32. |