This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]