Mon Jan 15 17:29:07 PST 2007 Ian Lynagh <igloo at earth.li>
* Check with sysconf _POSIX_THREAD_CPUTIME is available before we try to use it.
Calling clock_gettime(CLOCK_THREAD_CPUTIME_ID,_) regardless was
causing a segfault (trac #1030).
M ./rts/posix/GetTime.c -9 +11