diff options
Diffstat (limited to 'libio/genops.c')
-rw-r--r-- | libio/genops.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libio/genops.c b/libio/genops.c index 71275da28c..f8342776f5 100644 --- a/libio/genops.c +++ b/libio/genops.c @@ -710,6 +710,8 @@ _IO_cleanup () _IO_unbuffer_all (); } +_IO_FILE *_IO_list_all = &_IO_stderr_.plus.file; + void _IO_init_marker (marker, fp) struct _IO_marker *marker; |