setitimer(ITIMER_VIRTUAL) is not always available
On some limited systems, setitimer(ITIMER_VIRTUAL) returns ENOSYS because the kernel does not provide a way to schedule timers based on virtual time. In such a case, rts/posix/Itimer.c should use ITIMER_REAL.
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.2 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | |
| Operating system | |
| Architecture |