mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix fclose prototype (#5930)
This commit is contained in:
parent
688268727e
commit
fda23fc253
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if MISSING_FCLOSE_DECL
|
#if MISSING_FCLOSE_DECL
|
||||||
extern int fclose();
|
extern int fclose(FILE *);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef HAVE_SYS_MMAN_H
|
#ifdef HAVE_SYS_MMAN_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue