X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-psi;a=blobdiff_plain;f=m4%2Fsys_stat.m4;h=36f08fcab1c81a34e1a61eb79c24c6a94d0ac91f;hp=b29323244ae391f470e4c9b4fa6ac5671d939006;hb=b1720af16e5d7765e2effcd16e23f351c2f82e54;hpb=909538f1f2bced261965d97596a5adb06e916db9 diff --git a/m4/sys_stat.m4 b/m4/sys_stat.m4 index b293232..36f08fc 100644 --- a/m4/sys_stat.m4 +++ b/m4/sys_stat.m4 @@ -1,4 +1,4 @@ -AC_DEFUN(PSI_CHECK_SYS_STAT, [ +PSI_CHECK_SYS_STAT() { AC_CHECK_HEADERS([sys/stat.h]) PSI_STRUCT(struct stat, [ @@ -81,4 +81,4 @@ AC_DEFUN(PSI_CHECK_SYS_STAT, [ PSI_DECL(int stat, [(char *path, struct stat *buf)]) PSI_DECL(mode_t umask, [(mode_t mode)]) PSI_DECL(int utimensat, [(int fd, char *path, struct timespec times@<:@2@:>@, int flag)]) -]) +}