1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-03 18:50:19 +02:00

Remove "fwrite" declaration under "! HAVE_UNISTD_H".

It's unused and will be in stdio.h anyway (if it's anywhere).
This commit is contained in:
Kevin Ryde 2006-05-22 22:46:26 +00:00
parent 74c0ee0e16
commit 4ac6404336

View file

@ -37,8 +37,6 @@
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else
size_t fwrite ();
#endif
#ifdef HAVE_IO_H
#include <io.h>