diff options
author | Ulrich Drepper <drepper@rtl.cygnus.com> | 1997-09-27 04:07:00 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-09-26 22:07:00 -0600 |
commit | d604f4c6a30f44bb0f75b7acbc29c01bbdd6253e (patch) | |
tree | c804a39f2f0e78941efa5280aa004f05f08478c1 /libio/streambuf.h | |
parent | a7cc7f29f45db5f76aac040f4e3ef62109fd1341 (diff) | |
download | gcc-d604f4c6a30f44bb0f75b7acbc29c01bbdd6253e.zip gcc-d604f4c6a30f44bb0f75b7acbc29c01bbdd6253e.tar.gz gcc-d604f4c6a30f44bb0f75b7acbc29c01bbdd6253e.tar.bz2 |
libio changes from Ulrich to help "old linux" systems.
libio changes from Ulrich to help "old linux" systems. See ChangeLog
for details.
From-SVN: r15741
Diffstat (limited to 'libio/streambuf.h')
-rw-r--r-- | libio/streambuf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.h b/libio/streambuf.h index a492f63..dfee098 100644 --- a/libio/streambuf.h +++ b/libio/streambuf.h @@ -36,7 +36,7 @@ extern "C" { #include <libio.h> } //#include <_G_config.h> -#ifdef _IO_NEED_STDARG_H +#ifdef _G_NEED_STDARG_H #include <stdarg.h> #endif #ifndef _IO_va_list |