View | Details | Raw Unified | Return to bug 273422 | Differences between
and this patch

Collapse All | Expand All

(-)tools/virtual.c (+4 lines)
Lines 484-489 Link Here
484
}
484
}
485
#endif
485
#endif
486
486
487
#ifndef ETIME
488
#define ETIME EBUSY  /* or pick something from sys/errno.h or a large number */
489
#endif
490
487
static int timerfd(int hz)
491
static int timerfd(int hz)
488
{
492
{
489
	struct itimerspec it;
493
	struct itimerspec it;

Return to bug 273422