Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 28 Sep 2002 23:05:39 +0000 (23:05 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 28 Sep 2002 23:05:39 +0000 (23:05 +0000)
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.

ChangeLog

index 5f89d26..e2ae955 100644 (file)
--- 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>