diff options
Diffstat (limited to 'misc/error.c')
-rw-r--r-- | misc/error.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/misc/error.c b/misc/error.c index 83998bb08b..ac6de324dd 100644 --- a/misc/error.c +++ b/misc/error.c @@ -76,6 +76,10 @@ unsigned int error_message_count; # define error __error # define error_at_line __error_at_line +# ifdef USE_IN_LIBIO +# define fflush(s) _IO_fflush (s) +# endif + #else /* not _LIBC */ /* The calling program should define program_name and set it to the |