Hasso Tepper wrote: > Although defined in sys/time.h we don't have CLOCK_VIRTUAL and > CLOCK_PROF implemented yet. But we have CLOCK_MONOTONIC.
Actually we should at least comment out CLOCK_VIRTUAL and CLOCK_PROF from sys/time.h as well, no? It has potential to cause only problems for 3rd party software - define exists (configure check succeeds), but feature isn't really implemented. -- Hasso
