diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-09-28 20:12:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-09-28 20:12:15 +0000 |
commit | 100a05053c84983ee366900018fe4241ef572483 (patch) | |
tree | 65910596a7b7c2b241e2bf3fed17e07e9f5af894 | |
parent | 6ae4fca735cee01c892f41a63bf04a791ec1bb66 (diff) | |
download | glibc-100a05053c84983ee366900018fe4241ef572483.tar.gz glibc-100a05053c84983ee366900018fe4241ef572483.tar.xz glibc-100a05053c84983ee366900018fe4241ef572483.zip |
Update.
2002-03-02 Thorsten Kukuk <kukuk@suse.de> * sysdeps/unix/nice.c (nice): Use getpriority() for the return value. 2002-09-28 Jeff Bailey <jbailey@gnu.org> * 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.
-rw-r--r-- | ChangeLog | 15 |
1 files 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 <kukuk@suse.de> + + * sysdeps/unix/nice.c (nice): Use getpriority() for the return value. + +2002-09-28 Jeff Bailey <jbailey@gnu.org> + + * 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 <roland@redhat.com> * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Use INTUSE for @@ -22,9 +32,8 @@ 2002-09-27 Roland McGrath <roland@redhat.com> - * 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 |