This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos 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]

error in fflush.cxx


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


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