X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fsys_time.m4;h=758ca79b0b68eec8db0c6203a791d4be67595924;hp=861fa41af85f16484101855dd89300a895af94a5;hb=4b5ceb304b924c50eaf8263ad394493ff806fed4;hpb=b4508f6b917660970f887894a6aaed6c220a2c72 diff --git a/m4/sys_time.m4 b/m4/sys_time.m4 index 861fa41..758ca79 100644 --- a/m4/sys_time.m4 +++ b/m4/sys_time.m4 @@ -19,7 +19,7 @@ AC_DEFUN(PSI_CHECK_SYS_TIME, [ ) PSI_DECL(int getitimer, [(int which, struct itimerval *value)]) - PSI_DECL(int setitimer, [(int which struct itimerval *value, struct itimerval *ovalue)]) + PSI_DECL(int setitimer, [(int which, struct itimerval *value, struct itimerval *ovalue)]) PSI_DECL(int gettimeofday, [(struct timeval *tp, struct timezone *tz)]) PSI_DECL(int utimes, [(char *path, struct timeval times@<:@2@:>@)]) PSI_DECL(int utimensat, [(int fd, char *path, struct timespec times@<:@2@:>@)])