diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-03-06 07:30:01 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2006-03-06 07:30:01 +0000 |
commit | b3643a38588a0d7217ef933735b9cf142ccdbf2d (patch) | |
tree | dfd2d46a4adfdb376f8a8632289e117055f0e039 /nptl/ChangeLog | |
parent | 51d2f6dd7f5c5a2838e864f7d5795f3110536b6d (diff) | |
download | glibc-b3643a38588a0d7217ef933735b9cf142ccdbf2d.tar glibc-b3643a38588a0d7217ef933735b9cf142ccdbf2d.tar.gz glibc-b3643a38588a0d7217ef933735b9cf142ccdbf2d.tar.bz2 glibc-b3643a38588a0d7217ef933735b9cf142ccdbf2d.zip |
Updated to fedora-glibc-20060306T0720
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index b35cfddcac..678a419aca 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,23 @@ +2006-03-05 Roland McGrath <roland@redhat.com> + + * configure (libc_add_on): Disable add-on when $add_ons_automatic = yes + and $config_os doesn't match *linux*. + +2006-03-05 David S. Miller <davem@sunset.davemloft.net> + + * sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: + Use __syscall_error. + * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise. + * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Likewise. + * sysdeps/unix/sysv/linux/sparc/Makefile: New file. + +2006-03-02 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/aio_misc.h: Various cleanups. + 2006-03-01 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S |