* Only use __srefill on OpenBSD and FreeBSD.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user