diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-04 21:24:37 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2001-09-04 21:24:37 +0000 |
commit | c59dd904881a6ab068360ff6ad8c99c623753718 (patch) | |
tree | ef65d6eaa0e2ee8def3952a1fc4cd47bd0ee5bc2 /PACE/tests/Cond_Var_Test.c | |
parent | a5a1e725e4fc50b53b9940cfc57be99e16dff042 (diff) | |
download | ATCD-c59dd904881a6ab068360ff6ad8c99c623753718.tar.gz |
ChangeLogTag: Tue Sep 4 16:23:46 2001 Joe Hoffert <joeh@cs.wustl.edu>
Diffstat (limited to 'PACE/tests/Cond_Var_Test.c')
-rw-r--r-- | PACE/tests/Cond_Var_Test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PACE/tests/Cond_Var_Test.c b/PACE/tests/Cond_Var_Test.c index fe6d0a646f1..c2f46c639f5 100644 --- a/PACE/tests/Cond_Var_Test.c +++ b/PACE/tests/Cond_Var_Test.c @@ -107,7 +107,7 @@ void *watch_count(void *idp) int main(int argc, char *argv[]) { - unsigned int i; + int i; pace_pthread_t threads[3]; pace_pthread_t pthread; |