Author: sebor
Date: Fri Jul 11 13:37:17 2008
New Revision: 676075
URL: http://svn.apache.org/viewvc?rev=676075&view=rev
Log:
2008-07-11 Martin Sebor <[EMAIL PROTECTED]>
STDCXX-992
* src/wcodecvt.cpp (mblen): Declared with the correct return type.
Modified:
stdcxx/branches/4.2.x/src/wcodecvt.cpp
Modified: stdcxx/branches/4.2.x/src/wcodecvt.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/branches/4.2.x/src/wcodecvt.cpp?rev=676075&r1=676074&r2=676075&view=diff
==============================================================================
--- stdcxx/branches/4.2.x/src/wcodecvt.cpp (original)
+++ stdcxx/branches/4.2.x/src/wcodecvt.cpp Fri Jul 11 13:37:17 2008
@@ -86,7 +86,7 @@
# undef _RWSTD_NO_MBLEN
-extern "C" _RWSTD_SIZE_T
+extern "C" int
mblen (const char*, _RWSTD_SIZE_T) _LIBC_THROWS();
#endif // _RWSTD_NO_MBLEN && !_RWSTD_NO_MBLEN_IN_LIBC