This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [PATCH] libstdc++/8399
- From: David Edelsohn <dje at watson dot ibm dot com>
- To: Paolo Carlini <pcarlini at unitus dot it>
- Cc: libstdc++ at gcc dot gnu dot org, Loren James Rittle <rittle at latour dot rsch dot comm dot mot dot com>, bkoz <bkoz at redhat dot com>
- Date: Fri, 15 Nov 2002 14:08:14 -0500
- Subject: Re: [PATCH] libstdc++/8399
This patch causes a bootstrap failure on AIX:
/gcc/dje/src/libstdc++-v3/src/ios.cc: In static member function `static void std::ios_base::Init::_S_ios_create(bool)':
/gcc/dje/src/libstdc++-v3/src/ios.cc:161: error: `isatty' undeclared (first use this function)
/gcc/dje/src/libstdc++-v3/src/ios.cc:161: error: (Each undeclared identifier is reported only once for each function it appears in.)
Where is <unistd.h> included in libstdc++/src/ios.cc ?
David