1*58b9f456SAndroid Build Coastguard Worker //===----------------------------------------------------------------------===// 2*58b9f456SAndroid Build Coastguard Worker // 3*58b9f456SAndroid Build Coastguard Worker // The LLVM Compiler Infrastructure 4*58b9f456SAndroid Build Coastguard Worker // 5*58b9f456SAndroid Build Coastguard Worker // This file is dual licensed under the MIT and the University of Illinois Open 6*58b9f456SAndroid Build Coastguard Worker // Source Licenses. See LICENSE.TXT for details. 7*58b9f456SAndroid Build Coastguard Worker // 8*58b9f456SAndroid Build Coastguard Worker //===----------------------------------------------------------------------===// 9*58b9f456SAndroid Build Coastguard Worker 10*58b9f456SAndroid Build Coastguard Worker #define iswalpha sun_iswalpha 11*58b9f456SAndroid Build Coastguard Worker #define iswupper sun_iswupper 12*58b9f456SAndroid Build Coastguard Worker #define iswlower sun_iswlower 13*58b9f456SAndroid Build Coastguard Worker #define iswdigit sun_iswdigit 14*58b9f456SAndroid Build Coastguard Worker #define iswxdigit sun_iswxdigit 15*58b9f456SAndroid Build Coastguard Worker #define iswalnum sun_iswalnum 16*58b9f456SAndroid Build Coastguard Worker #define iswspace sun_iswspace 17*58b9f456SAndroid Build Coastguard Worker #define iswpunct sun_iswpunct 18*58b9f456SAndroid Build Coastguard Worker #define iswprint sun_iswprint 19*58b9f456SAndroid Build Coastguard Worker #define iswgraph sun_iswgraph 20*58b9f456SAndroid Build Coastguard Worker #define iswcntrl sun_iswcntrl 21*58b9f456SAndroid Build Coastguard Worker #define iswctype sun_iswctype 22*58b9f456SAndroid Build Coastguard Worker #define towlower sun_towlower 23*58b9f456SAndroid Build Coastguard Worker #define towupper sun_towupper 24*58b9f456SAndroid Build Coastguard Worker #define wcswcs sun_wcswcs 25*58b9f456SAndroid Build Coastguard Worker #define wcswidth sun_wcswidth 26*58b9f456SAndroid Build Coastguard Worker #define wcwidth sun_wcwidth 27*58b9f456SAndroid Build Coastguard Worker #define wctype sun_wctype 28*58b9f456SAndroid Build Coastguard Worker #define _WCHAR_T 1 29*58b9f456SAndroid Build Coastguard Worker #include_next "wchar.h" 30*58b9f456SAndroid Build Coastguard Worker #undef iswalpha 31*58b9f456SAndroid Build Coastguard Worker #undef iswupper 32*58b9f456SAndroid Build Coastguard Worker #undef iswlower 33*58b9f456SAndroid Build Coastguard Worker #undef iswdigit 34*58b9f456SAndroid Build Coastguard Worker #undef iswxdigit 35*58b9f456SAndroid Build Coastguard Worker #undef iswalnum 36*58b9f456SAndroid Build Coastguard Worker #undef iswspace 37*58b9f456SAndroid Build Coastguard Worker #undef iswpunct 38*58b9f456SAndroid Build Coastguard Worker #undef iswprint 39*58b9f456SAndroid Build Coastguard Worker #undef iswgraph 40*58b9f456SAndroid Build Coastguard Worker #undef iswcntrl 41*58b9f456SAndroid Build Coastguard Worker #undef iswctype 42*58b9f456SAndroid Build Coastguard Worker #undef towlower 43*58b9f456SAndroid Build Coastguard Worker #undef towupper 44*58b9f456SAndroid Build Coastguard Worker #undef wcswcs 45*58b9f456SAndroid Build Coastguard Worker #undef wcswidth 46*58b9f456SAndroid Build Coastguard Worker #undef wcwidth 47*58b9f456SAndroid Build Coastguard Worker #undef wctype 48