From: Andreas Jaeger Date: Thu, 29 Nov 2001 11:11:36 +0000 (+0000) Subject: Include libioP.h for _IO_flush_all_lockp prototype. X-Git-Tag: upstream/2.30~22312 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f43cc81c015cc30ab053cb8e94f4e312d8131726;p=external%2Fglibc.git Include libioP.h for _IO_flush_all_lockp prototype. --- diff --git a/sysdeps/generic/abort.c b/sysdeps/generic/abort.c index 665bac6..0f638dd 100644 --- a/sysdeps/generic/abort.c +++ b/sysdeps/generic/abort.c @@ -32,7 +32,7 @@ #endif #ifdef USE_IN_LIBIO -# include +# include # define fflush(s) _IO_flush_all_lockp (0) #endif