Message-ID: <Pine.LNX.4.58.
0312220116520.17374@localhost.localdomain>
From: Mike Pomraning <mjp@pilcrow.madison.wi.us>
p4raw-id: //depot/perl@21948
#if defined(WIN32) || defined(OS2)
# define ABS2RELMILLI(abs) \
do { \
- abs -= (double)time(NULL) \
+ abs -= (double)time(NULL); \
if (abs > 0) { abs *= 1000; } \
else { abs = 0; } \
} while (0)
break;
}
MUTEX_LOCK(mut);
- c->waiters--;
+ cond->waiters--;
return got_it;
# else
# ifdef OS2