Cygwin supports ITIMER_REAL only.
Sergey Okhapkin
Somerset, NJ
- Original Message -
From: "gilles BOURGEOIS" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 30, 2002 3:27 AM
Subject: setitimer/SIGVTALRM error form cygwin shell.
> Hello
> I
Hello
I am trying to simulate a tick timer under cygwin but it does not work :
with the following code :
/* Initialise timer structure */
interval.it_interval.tv_sec = 1;
interval.it_interval.tv_usec = 0;
interval.it_value.tv_sec = 1;
interval.it_value.tv_usec = 0;
/* Initialise vir
2 matches
Mail list logo