about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-06 07:45:31 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-06 07:45:31 +0000
commit36e7206eacd39519ecb0fa7329cc376f29d1ca2c (patch)
treea29ba082f387a03b86a6128215f243f911f841f5 /ChangeLog
parenta9c27b3ee95cbd5a3c81d9999a97e6de7b770b5d (diff)
downloadglibc-36e7206eacd39519ecb0fa7329cc376f29d1ca2c.tar.gz
glibc-36e7206eacd39519ecb0fa7329cc376f29d1ca2c.tar.xz
glibc-36e7206eacd39519ecb0fa7329cc376f29d1ca2c.zip
Update.
	* sysdeps/unix/sysv/linux/setrlimit.c: New file.

1999-10-04  Tim Waugh  <twaugh@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 85cb310550..f06e03a4c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,13 @@
 1999-11-05  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/unix/sysv/linux/setrlimit.c: New file.
+
 	* sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Adjust
 	for kernel changes.
 	* sysdeps/unix/sysv/linux/bits/types.h (__rlim_t, __rlim64_t): Make
 	unsigned.
 
-1999-10-04  Tim Waugh <twaugh@redhat.com>
+1999-10-04  Tim Waugh  <twaugh@redhat.com>
 
 	* posix/wordexp-test.c: More tests.