X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=aclocal.m4;h=9050299cd5d632dd8d918a21ac09cd46004548b2;hb=0c5ef17631bcad8bed5929ca8fe34e7037109a06;hp=d7bed9a7ff82424152722be64da064a690eb492c;hpb=df7dc3fa83d03a0ca903d3cd7d23debe045279cd;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index d7bed9a..9050299 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1036,7 +1036,7 @@ int main(int argc, char *argv[]) timer_t timer; ev.sigev_notify = SIGEV_SIGNAL; ev.sigev_signo = SIGVTALRM; - if (timer_create(CLOCK_REALTIME, &ev, &timer) != 0) { + if (timer_create(CLOCK_PROCESS_CPUTIME_ID, &ev, &timer) != 0) { exit(1); } #else @@ -1050,7 +1050,7 @@ int main(int argc, char *argv[]) ]) case $fptools_cv_timer_create_works in yes) AC_DEFINE([USE_TIMER_CREATE], 1, - [Define to 1 if we can use timer_create(CLOCK_REALTIMER,...)]);; + [Define to 1 if we can use timer_create(CLOCK_PROCESS_CPUTIME_ID,...)]);; esac ])