diff options
author | rpj <rpj> | 1999-09-15 01:11:56 +0000 |
---|---|---|
committer | rpj <rpj> | 1999-09-15 01:11:56 +0000 |
commit | f17d0128796f76027851590299f1f43e48ec71b6 (patch) | |
tree | 3135883b8746682e604c1db68770af4a1e4381c2 /tests/rwlock4.c | |
parent | 9031537658e89136c6a5bb959f9b9a4338a5d056 (diff) |
Sep 15 1999 Ross Johnson <rpj@ixobrychus.canberra.edu.au>
* rwlock5.c: New test.
Diffstat (limited to 'tests/rwlock4.c')
-rw-r--r-- | tests/rwlock4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rwlock4.c b/tests/rwlock4.c index 07e4cff..8cae52e 100644 --- a/tests/rwlock4.c +++ b/tests/rwlock4.c @@ -1,5 +1,5 @@ /* - * rwlock3.c + * rwlock4.c * * Declare a static rwlock object, rdlock it, trywrlock it, * and then unlock it again. |