From: Michael Voříšek Date: Mon, 18 Nov 2019 12:35:55 +0000 (+0100) Subject: Remove clearstatcache function prototype defned twice X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a5dbcd660dedfb60320360639cd84babe3388c5;p=php Remove clearstatcache function prototype defned twice --- diff --git a/ext/standard/php_filestat.h b/ext/standard/php_filestat.h index 8e4ffcd7a0..d978f46796 100644 --- a/ext/standard/php_filestat.h +++ b/ext/standard/php_filestat.h @@ -55,7 +55,6 @@ PHP_FUNCTION(chmod); #if HAVE_UTIME PHP_FUNCTION(touch); #endif -PHP_FUNCTION(clearstatcache); #ifdef PHP_WIN32 #define S_IRUSR S_IREAD