From a0019f0beb1e977c39b613c5e54cf994efa2e143 Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Wed, 11 Nov 2015 08:46:56 +0100 Subject: [PATCH 1/1] flush --- config.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 21f9979..6854fd2 100644 --- a/config.m4 +++ b/config.m4 @@ -375,7 +375,8 @@ if test "$PHP_PSI" != "no"; then [st_blocks], [st_flags], [st_gen]], [ - st_?tim*) psi_member_type="struct timespec" ;; + st_?tim) psi_member_type="struct timespec" ;; + st_*timespec) psi_member_type="struct timespec" ;; ], sys/stat.h) PSI_CONST(S_IFMT, int, sys/stat.h) PSI_CONST(S_IFBLK, int, sys/stat.h) -- 2.30.2