about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-20 05:08:30 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-20 05:08:30 +0000
commit602b6b0fe4976bbb17347fda33e6feac88b91906 (patch)
tree1f39417bb4058007c0c358de6ebb3334895ec45f /ChangeLog
parent228589d285c9d65e361d52b8de99e81dc7e6cee0 (diff)
downloadglibc-602b6b0fe4976bbb17347fda33e6feac88b91906.tar.gz
glibc-602b6b0fe4976bbb17347fda33e6feac88b91906.tar.xz
glibc-602b6b0fe4976bbb17347fda33e6feac88b91906.zip
Update.
	* sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Don't modify
	the rlimits structure passed in.

1999-11-19  Andreas Jaeger  <aj@suse.de>

	* include/sys/resource.h (__setrlimit): Add prototype.

1999-11-19  Ulrich Drepper  <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 10244c7145..08a8ea9ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 1999-11-19  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/unix/sysv/linux/setrlimit.c (__setrlimit): Don't modify
+	the rlimits structure passed in.
+
+1999-11-19  Andreas Jaeger  <aj@suse.de>
+
+	* include/sys/resource.h (__setrlimit): Add prototype.
+
+1999-11-19  Ulrich Drepper  <drepper@cygnus.com>
+
 	* elf/dl-load.c (_dl_init_paths): Allocate correct number of
 	entries for rtld_search_dirs[0].
 	Patch by David Mosberger <davidm@hpl.hp.com>.