ossp-pkg/pth/test_philo.c 1.18 -> 1.19
--- test_philo.c 2002/01/27 11:03:41 1.18
+++ test_philo.c 2002/10/15 20:34:23 1.19
@@ -181,7 +181,7 @@
/* spawn the philosopher threads */
for (i = 0; i < PHILNUM; i++) {
if (((tab->tid)[i] =
- pth_spawn(PTH_ATTR_DEFAULT, philosopher,
+ pth_spawn(PTH_ATTR_DEFAULT, philosopher,
&((tab->self)[i]))) == NULL) {
perror("pth_spawn");
exit(1);
|
|