X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=aclocal.m4;h=3f0ec004fccd6fdcc5820bd370878228f2971886;hb=54ef1c3c9ef6cecd968d5c1ed6ded3a1a201a870;hp=9622084a4dd8239ef2860a1a9dec684f4675815d;hpb=ccc9a4a5c7131e5bece84c0983d7d3f8d6480967;p=ghc-hetmet.git diff --git a/aclocal.m4 b/aclocal.m4 index 9622084..3f0ec00 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,15 +1,3 @@ - struct sigevent ev; - timer_t timer; - ev.sigev_notify = SIGEV_SIGNAL; - ev.sigev_signo = SIGVTALRM; - if (timer_create(CLOCK_PROCESS_CPUTIME_ID, &ev, &timer) != 0) { - exit(1); - } -#else - exit(1) -#endif - exit(0); -} # Extra autoconf macros for the Glasgow fptools # # To be a good autoconf citizen, names of local macros have prefixed with FP_ to @@ -1154,7 +1142,7 @@ out: tock = 0; - usleep(300); + usleep(3000); if (!tock) { fprintf(stderr,"no CLOCK_REALTIME signal\n");