1
0
mirror of https://github.com/php/php-src.git synced 2026-04-10 17:43:13 +02:00

Fix fclose prototype (#5930)

This commit is contained in:
Stanislav Malyshev
2000-08-03 16:37:35 +00:00
parent 688268727e
commit fda23fc253

View File

@@ -75,7 +75,7 @@
#endif
#if MISSING_FCLOSE_DECL
extern int fclose();
extern int fclose(FILE *);
#endif
#ifdef HAVE_SYS_MMAN_H