Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 158981
Collapse All | Expand All

(-)STLport-5.1.0/stlport/stl/_cwchar.h (-1 / +1 lines)
Lines 228-234 Link Here
228
#        if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \
228
#        if (!defined(__MSL__) || __MSL__ > 0x7001 ) && !defined(_STLP_WCE_NET) && \
229
             !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */
229
             !defined(_STLP_USE_UCLIBC) /* at least in uClibc 0.9.26 */
230
230
231
using _STLP_VENDOR_CSTD::wcsftime;
231
using ::wcsftime;
232
#        endif
232
#        endif
233
using _STLP_VENDOR_CSTD::wcstok;
233
using _STLP_VENDOR_CSTD::wcstok;
234
234

Return to bug 158981