diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-10 08:52:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-10 08:52:41 +0000 |
commit | fcc60e3b832d24a7ea676e87343390e1dd7f6425 (patch) | |
tree | 2f1286f7e8534e286895718c32d561578d08b824 /ChangeLog | |
parent | ce5e9b1279004e21933534c7fa5878dda4ded17e (diff) | |
download | glibc-fcc60e3b832d24a7ea676e87343390e1dd7f6425.tar glibc-fcc60e3b832d24a7ea676e87343390e1dd7f6425.tar.gz glibc-fcc60e3b832d24a7ea676e87343390e1dd7f6425.tar.bz2 glibc-fcc60e3b832d24a7ea676e87343390e1dd7f6425.zip |
* sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args
used by NPTL on new kernels. From Paul Mackerras <paulus@samba.org>.
* rt/tst-aio7.c (do_test): Give BUFF permanent extent, too.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +2003-03-09 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Take 3 new args + used by NPTL on new kernels. From Paul Mackerras <paulus@samba.org>. + 2003-03-09 Ulrich Drepper <drepper@redhat.com> * po/fi.po: Update from translation team. @@ -10,7 +15,7 @@ 2003-03-07 Ulrich Drepper <drepper@redhat.com> - * rt/tst-aio7.c (do_test): Give buff permanent extend, too. + * rt/tst-aio7.c (do_test): Give BUFF permanent extent, too. * sysdeps/powerpc/fpu/w_sqrt.c: Fix comment. |