diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-01 01:24:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-01 01:24:00 +0000 |
commit | 211d90c524db8fcc32a134eaf80d969eff8c3862 (patch) | |
tree | 167181f1688e516846554fa6468efbc01a915de8 /nptl/Makefile | |
parent | 42b2395dcee5be5a4c2eb0faba8e78f682ab68ad (diff) | |
download | glibc-211d90c524db8fcc32a134eaf80d969eff8c3862.tar glibc-211d90c524db8fcc32a134eaf80d969eff8c3862.tar.gz glibc-211d90c524db8fcc32a134eaf80d969eff8c3862.tar.bz2 glibc-211d90c524db8fcc32a134eaf80d969eff8c3862.zip |
Update.
* sysdeps/unix/sysv/linux/ia64/lowlevellock.h (__lll_mutex_lock):
Use atomic_exchange_and_add instead of __lll_add.
(__lll_mutex_timedlock): Likewise.
Patch by Ian Wienand.
2003-03-24 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
(SINGLE_THREAD_P): Fix typo.
* tst-cancel-wrappers.sh: Handle '.'ed symbols.
2003-03-31 Ulrich Drepper <drepper@redhat.com>
* Makefile (tests): Add tst-align.
* tst-align.c: New file.
* sysdeps/i386/Makefile: Define CFLAGS-tst-align.
* sysdeps/x86_64/Makefile: Likewise.
* tst-tsd2.c: Add casts to avoid warnings.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index 9d9936e33f..c352216421 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -140,6 +140,7 @@ tests = tst-attr1 tst-attr2 \ tst-key1 tst-key2 tst-key3 tst-key4 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ + tst-align \ tst-basic1 tst-basic2 tst-basic3 tst-basic4 tst-basic5 tst-basic6 \ tst-kill1 tst-kill2 tst-kill3 tst-kill4 tst-kill5 tst-kill6 \ tst-join1 tst-join2 tst-join3 tst-join4 tst-join5 \ |