* Only use __srefill on OpenBSD and FreeBSD.

This commit is contained in:
Sam Hocevar
2007-01-07 16:09:13 +00:00
committed by sam
parent 3c7c805e32
commit 7602915c79
+4
View File
@@ -36,6 +36,10 @@
#include "fuzz.h"
#include "load.h"
#if !defined __FreeBSD__ && !defined __OpenBSD__
# undef HAVE___SREFILL
#endif
#ifdef HAVE___SREFILL
int __srefill(FILE *fp);
#endif