Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 127188 | Differences between
and this patch

Collapse All | Expand All

(-)stlport/cwchar.orig (-1 / +1 lines)
Lines 191-197 Link Here
191
#        if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \
191
#        if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \
192
             !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */
192
             !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */
193
193
194
using _STLP_VENDOR_CSTD::wcsftime;
194
using std::wcsftime;
195
#        endif
195
#        endif
196
using _STLP_VENDOR_CSTD::wcstok;
196
using _STLP_VENDOR_CSTD::wcstok;
197
197

Return to bug 127188