about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-12-09 18:54:38 +0000
committerUlrich Drepper <drepper@redhat.com>1999-12-09 18:54:38 +0000
commitb9f8ac3001e3688a860595d1aa05e1c7aec0e29c (patch)
treeecce465507043ac8628269b7000ff2c7924273a5 /ChangeLog
parent7bd3a4eadbf78212ce93f974353e64136ee4e978 (diff)
downloadglibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.tar.gz
glibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.tar.xz
glibc-b9f8ac3001e3688a860595d1aa05e1c7aec0e29c.zip
Update.
	* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for
	oldgetrlimit and oldsetrlimit.
	* sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and
	oldsetrlimit.
	* sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and
	oldsetrlimit rules into 32-bit arch subdirs.
	* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f33bc686ba..e6b3d87281 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
 1999-12-09  Ulrich Drepper  <drepper@cygnus.com>
 
+	* sysdeps/unix/sysv/linux/i386/Makefile: Add rules for
+	oldgetrlimit and oldsetrlimit.
+	* sysdeps/unix/sysv/linux/i386/syscalls.list: Add oldgetrlimit and
+	oldsetrlimit.
+	* sysdeps/unix/sysv/linux/Makefile: Move oldgetrlimit and
+	oldsetrlimit rules into 32-bit arch subdirs.
+	* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
+
 	* locale/programs/ld-collate.c (insert_value): If this is the
 	first symbol the cursor can be the same as the next pointer.