diff options
author | Roland McGrath <roland@gnu.org> | 2003-03-20 11:40:51 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-03-20 11:40:51 +0000 |
commit | 2ff16e041a767bfedec01b6f614ecffb3fb0f653 (patch) | |
tree | 31974e18afc84665f33f826ecd15e0fde6629bf3 /ChangeLog | |
parent | 41f3e892d866923e4ad07c4d0e8165ec2237cb22 (diff) | |
download | glibc-2ff16e041a767bfedec01b6f614ecffb3fb0f653.tar.gz glibc-2ff16e041a767bfedec01b6f614ecffb3fb0f653.tar.xz glibc-2ff16e041a767bfedec01b6f614ecffb3fb0f653.zip |
* sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused
variable. Remove superfluous memory clobber. * include/atomic.h: Syntax braino fix. * posix/tst-nice.c (do_test): Use %m formats instead of printing errno in decimal. Don't bail if niced at start. Just check that nice call bumps the total at all.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9688194374..e5b96622f0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2003-03-20 Roland McGrath <roland@redhat.com> + + * sysdeps/powerpc/bits/atomic.h (atomic_exchange): Remove unused + variable. Remove superfluous memory clobber. + + * include/atomic.h: Syntax braino fix. + + * posix/tst-nice.c (do_test): Use %m formats instead of printing errno + in decimal. Don't bail if niced at start. Just check that nice call + bumps the total at all. + 2003-03-20 Alexandre Oliva <aoliva@redhat.com> * sysdeps/mips/bits/setjmp.h: Store all N32 and N64 registers, |