From: Stanislav Malyshev Date: Thu, 3 Aug 2000 16:37:35 +0000 (+0000) Subject: Fix fclose prototype (#5930) X-Git-Tag: PRE_FILE_COMPILE_API_CHANGE~44 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fda23fc253bb8cde0bbf26e2ba91848440f47530;p=php Fix fclose prototype (#5930) --- diff --git a/ext/standard/file.c b/ext/standard/file.c index 66fb2068b5..dc8e2276f8 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -75,7 +75,7 @@ #endif #if MISSING_FCLOSE_DECL -extern int fclose(); +extern int fclose(FILE *); #endif #ifdef HAVE_SYS_MMAN_H