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