summaryrefslogtreecommitdiff
path: root/PACE/tests/Cond_Var_Test.c
diff options
context:
space:
mode:
authorjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 21:24:37 +0000
committerjoeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-09-04 21:24:37 +0000
commitc59dd904881a6ab068360ff6ad8c99c623753718 (patch)
treeef65d6eaa0e2ee8def3952a1fc4cd47bd0ee5bc2 /PACE/tests/Cond_Var_Test.c
parenta5a1e725e4fc50b53b9940cfc57be99e16dff042 (diff)
downloadATCD-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.c2
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;