From 100a05053c84983ee366900018fe4241ef572483 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 28 Sep 2002 20:12:15 +0000 Subject: [PATCH] Update. 2002-03-02 Thorsten Kukuk * sysdeps/unix/nice.c (nice): Use getpriority() for the return value. 2002-09-28 Jeff Bailey * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Delete. * sysdeps/unix/sysv/aix/configure.in: Update comment and remove stdio=libio setting. * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64 if not defined. --- ChangeLog | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7661966de..63746d7940 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2002-03-02 Thorsten Kukuk + + * sysdeps/unix/nice.c (nice): Use getpriority() for the return value. + +2002-09-28 Jeff Bailey + + * sysdeps/unix/sysv/sysv4/solaris2/configure.in: Delete. + * sysdeps/unix/sysv/aix/configure.in: Update comment and remove + stdio=libio setting. + 2002-09-28 Roland McGrath * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for @@ -22,9 +32,8 @@ 2002-09-27 Roland McGrath - * sysdeps/unix/sysv/linux/x86_64/sysdep.h - (__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64 - if not defined. + * sysdeps/unix/sysv/linux/x86_64/sysdep.h (__NR_pread, __NR_pwrite): + Define these to __NR_pread64, __NR_pwrite64 if not defined. * sysdeps/unix/sysv/linux/powerpc/lchown.S [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition -- 2.11.4.GIT