diff options
author | Aurelien Jarno <aurelien@aurel32.net> | 2014-05-16 00:04:41 +0200 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2014-05-16 00:07:32 +0200 |
commit | d16e6ec7ca2c861ba681e3a2fbd431725774292e (patch) | |
tree | 4b59175d1024f6bebacf996511f983ee4f3e5f7a /NEWS | |
parent | d0583c403952630c534b0605ff7d69af5ec473cc (diff) | |
download | glibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.tar glibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.tar.gz glibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.tar.bz2 glibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.zip |
SPARC: add prlimit and prlimit64 in <bits/resource.h> (BZ #16943)
prlimit and prlimit64 have been added in the main <bits/resource.h>, but
not in the SPARC specific version. Fix that.
Note: this is Debian bug#703559, reported by Emilio Pozuelo Monfort
<pochu@debian.org>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ Version 2.20 16712, 16713, 16714, 16731, 16739, 16740, 16743, 16754, 16758, 16759, 16760, 16770, 16786, 16789, 16791, 16799, 16800, 16815, 16823, 16824, 16831, 16838, 16849, 16854, 16876, 16877, 16885, 16888, 16890, 16912, - 16916, 16917, 16922, 16927, 16928, 16932. + 16916, 16917, 16922, 16927, 16928, 16932, 16943. * The minimum Linux kernel version that this version of the GNU C Library can be used with is 2.6.32. |