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:15:30 +0200 |
commit | 30a40bf191d4bea842045f2f97f18897dcadc687 (patch) | |
tree | 29556de2847bdf3b3de8b30b3d3a70a16bd28f6f /ChangeLog | |
parent | e91892932389f8928496e8d9fcf4ed4e9e73bcf7 (diff) | |
download | glibc-30a40bf191d4bea842045f2f97f18897dcadc687.tar.gz glibc-30a40bf191d4bea842045f2f97f18897dcadc687.tar.xz glibc-30a40bf191d4bea842045f2f97f18897dcadc687.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> (cherry picked from commit d16e6ec7ca2c861ba681e3a2fbd431725774292e)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index d3d7bbc147..33612de2e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2014-05-16 Aurelien Jarno <aurelien@aurel32.net> + + [BZ #16943] + * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit + and prlimit64. + 2014-05-06 Aurelien Jarno <aurelien@aurel32.net> [BZ# 16916] |