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:
@@ -75,7 +75,7 @@
|
||||
#endif
|
||||
|
||||
#if MISSING_FCLOSE_DECL
|
||||
extern int fclose();
|
||||
extern int fclose(FILE *);
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_SYS_MMAN_H
|
||||
|
||||
Reference in New Issue
Block a user