about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-28 23:05:39 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-28 23:05:39 +0000
commitd8427e20ba9a827b820a21c1b4b1028cdf01eba9 (patch)
tree5b2b10fab17d8e050b066685449471ac3b35bbdd
parentfec0c5bb7ffcbddeaa72b8ee49bfd48658f7c4ac (diff)
downloadglibc-d8427e20ba9a827b820a21c1b4b1028cdf01eba9.tar.gz
glibc-d8427e20ba9a827b820a21c1b4b1028cdf01eba9.tar.xz
glibc-d8427e20ba9a827b820a21c1b4b1028cdf01eba9.zip
Update.
2002-09-28  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __syscall_exit
	entry point.

	* sysdeps/unix/nice.c (nice): Use getpriority() for the return value.
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f89d26aaf..e2ae9556d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-09-28  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/ia64/syscalls.list: Add __syscall_exit
+	entry point.
+
 2002-09-28  Jakub Jelinek  <jakub@redhat.com>
 
 	* posix/bug-regex11.c (tests): Add flags field.
@@ -8,7 +13,7 @@
 
 2002-03-02  Thorsten Kukuk  <kukuk@suse.de>
 
-        * sysdeps/unix/nice.c (nice): Use getpriority() for the return value.
+	* sysdeps/unix/nice.c (nice): Use getpriority() for the return value.
 
 2002-09-28  Jeff Bailey  <jbailey@gnu.org>