In latest CVS i got error in building fflush.cxx, folowing change
removes this error
packages/language/c/libc/stdio/current/src/common/fflush.cxx
// We can unlock and relock every loop as we only care
// about flushing streams that were open prior to this
// call. Any new streams can be ignored.
- Cyg_libc_stdio_files::unlock()
+ Cyg_libc_stdio_files::unlock();
} // if
} // for
} // do
while(loop_again && !err);
--
Regards Martin
--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss