about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2014-05-16 00:04:41 +0200
committerAurelien Jarno <aurelien@aurel32.net>2014-05-16 00:07:32 +0200
commitd16e6ec7ca2c861ba681e3a2fbd431725774292e (patch)
tree4b59175d1024f6bebacf996511f983ee4f3e5f7a /ChangeLog
parentd0583c403952630c534b0605ff7d69af5ec473cc (diff)
downloadglibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.tar.gz
glibc-d16e6ec7ca2c861ba681e3a2fbd431725774292e.tar.xz
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 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a4db7030e4..09a7f7db9c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,6 +7,10 @@
 	* login/tst-ptsname.c: New file.
 	* login/Makefile (tests): Add tst-ptsname.
 
+	[BZ #16943]
+	* sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
+	and prlimit64.
+
 2014-05-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
 
 	[BZ #16849]