diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 23:11:15 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-02-10 23:11:15 +0000 |
commit | 2a8a8a846166717fc5f30b7b8719cab0abb5889a (patch) | |
tree | 589bc43b226c2308b89aefecd53f0cfd7ab0d469 /nptl/Makefile | |
parent | a54e8d33d17f6197ac629ac86e3381643b802bec (diff) | |
download | glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar.gz glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.tar.bz2 glibc-2a8a8a846166717fc5f30b7b8719cab0abb5889a.zip |
Update.
2003-02-10 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/i386/pthread_once.S (clear_once_control): Fix
clearing of control variable.
* Makefile (tests): Add tst-once3.
* tst-once3.c: New file.
Diffstat (limited to 'nptl/Makefile')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Makefile b/nptl/Makefile index f006421edc..fc74e3b5a7 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -130,7 +130,7 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \ tst-cond1 tst-cond2 tst-cond3 tst-cond4 tst-cond5 tst-cond6 tst-cond7 \ tst-rwlock1 tst-rwlock2 tst-rwlock3 tst-rwlock4 tst-rwlock5 \ tst-rwlock6 tst-rwlock7 \ - tst-once1 tst-once2 \ + tst-once1 tst-once2 tst-once3 \ tst-key1 tst-key2 tst-key3 \ tst-sem1 tst-sem2 tst-sem3 tst-sem4 tst-sem5 \ tst-barrier1 tst-barrier2 tst-barrier3 \ |