svn commit: trunk/uClibc++/include

gkajmowi at uclibc.org gkajmowi at uclibc.org
Sat Oct 14 23:10:24 UTC 2006


Author: gkajmowi
Date: 2006-10-14 16:10:24 -0700 (Sat, 14 Oct 2006)
New Revision: 16386

Log:
Add setstate to the library because it will be there anyways.


Modified:
   trunk/uClibc++/include/ios


Changeset:
Modified: trunk/uClibc++/include/ios
===================================================================
--- trunk/uClibc++/include/ios	2006-10-14 23:09:58 UTC (rev 16385)
+++ trunk/uClibc++/include/ios	2006-10-14 23:10:24 UTC (rev 16386)
@@ -376,6 +376,7 @@
 #ifndef __UCLIBCXX_COMPILE_IOS__
 	
 	template <> _UCXXEXPORT void basic_ios<char, char_traits<char> >::clear(iostate state);
+	template <> _UCXXEXPORT void basic_ios<char, char_traits<char> >::setstate(iostate state);
 
 #endif
 #endif




More information about the uClibc-cvs mailing list