about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2008-10-31 17:29:46 +0000
committerUlrich Drepper <drepper@redhat.com>2008-10-31 17:29:46 +0000
commitdbb6ab3ee03146cbd89cc52d5a18f666953327c6 (patch)
tree4bd3666f95fe1ed182dcb205a5f2b1646e1d5349 /ChangeLog
parenta5ff533ea135b92ddbbe9fc4e9a52c967586b578 (diff)
downloadglibc-dbb6ab3ee03146cbd89cc52d5a18f666953327c6.tar.gz
glibc-dbb6ab3ee03146cbd89cc52d5a18f666953327c6.tar.xz
glibc-dbb6ab3ee03146cbd89cc52d5a18f666953327c6.zip
[BZ #6947]
* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
	return value in case rlimit is RLIM_INFINITY.

	[BZ #6947]
	* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
	for UL_SETFSIZE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 815a5fe112..af8cabbead 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
 2008-10-31  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle UL_GETFSIZE
+	return value in case rlimit is RLIM_INFINITY.
+
+	[BZ #6947]
+	* sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Fix return value
+	for UL_SETFSIZE.
+
 	[BZ #6974]
 	* sunrpc/rpc_main.c (mkfile_output): Properly handle filename
 	without dot.  Properly terminate the string with a null byte.