X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Ftime.m4;h=a4cb58e7501b1f866024e602703f678fad65ecc5;hp=3d50e6935d3079343697ca844b9d826203e4ec4d;hb=2421d323be79e4a811a4197914330a8c0124b130;hpb=93b5629631b3bfdbb9f06a9036f85f1caf370466;ds=sidebyside diff --git a/m4/time.m4 b/m4/time.m4 index 3d50e69..a4cb58e 100644 --- a/m4/time.m4 +++ b/m4/time.m4 @@ -54,6 +54,6 @@ AC_DEFUN(PSI_CHECK_TIME, [ PSI_DECL(int timer_delete, [(timer_t t)]) PSI_DECL(int timer_getoverrun, [(timer_t t)]) PSI_DECL(int timer_gettime, [(timer_t t, struct itimerspec *ts)]) - PSI_DECL(int timer_settime, [(timer_t t, struct itimerspec *value, struct itimerspec *ovalue)]) + PSI_DECL(int timer_settime, [(timer_t t, int flags, struct itimerspec *value, struct itimerspec *ovalue)]) PSI_DECL(void tzset, [()]) ])