about summary refs log tree commit diff
path: root/libio/genops.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/genops.c')
-rw-r--r--libio/genops.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libio/genops.c b/libio/genops.c
index 768996f8b4..42419bf508 100644
--- a/libio/genops.c
+++ b/libio/genops.c
@@ -774,6 +774,9 @@ _IO_flush_all_linebuffered ()
     if ((fp->_flags & _IO_NO_WRITES) == 0 && fp->_flags & _IO_LINE_BUF)
       _IO_OVERFLOW (fp, EOF);
 }
+#ifdef _LIBC
+weak_alias (_IO_flush_all_linebuffered, _flushlbf)
+#endif
 
 static void _IO_unbuffer_write __P ((void));