78 # - lf64: Defined on platforms that offer the 32-bit largefile APIs
79 #
80 $if _ELF32
81 $add lf64
82 $endif
83 $if _sparc && _ELF32
84 $add sparc32
85 $endif
86 $if _sparc && _ELF64
87 $add sparcv9
88 $endif
89 $if _x86 && _ELF32
90 $add i386
91 $endif
92 $if _x86 && _ELF64
93 $add amd64
94 $endif
95
96 SYMBOL_VERSION ILLUMOS_0.8 { # POSIX 2008 newlocale and friends
97 protected:
98 __mb_cur_max;
99 btowc_l;
100 duplocale;
101 fgetwc_l;
102 freelocale;
103 getwc_l;
104 isalnum_l;
105 isalpha_l;
106 isblank_l;
107 iscntrl_l;
108 isdigit_l;
109 isgraph_l;
110 islower_l;
111 isprint_l;
112 ispunct_l;
113 isspace_l;
114 isupper_l;
115 iswideogram;
116 iswideogram_l;
117 iswnumber;
118 iswnumber_l;
|
78 # - lf64: Defined on platforms that offer the 32-bit largefile APIs
79 #
80 $if _ELF32
81 $add lf64
82 $endif
83 $if _sparc && _ELF32
84 $add sparc32
85 $endif
86 $if _sparc && _ELF64
87 $add sparcv9
88 $endif
89 $if _x86 && _ELF32
90 $add i386
91 $endif
92 $if _x86 && _ELF64
93 $add amd64
94 $endif
95
96 SYMBOL_VERSION ILLUMOS_0.8 { # POSIX 2008 newlocale and friends
97 protected:
98 __global_locale;
99 __mb_cur_max;
100 __mb_cur_max_l;
101 btowc_l;
102 duplocale;
103 fgetwc_l;
104 freelocale;
105 getwc_l;
106 isalnum_l;
107 isalpha_l;
108 isblank_l;
109 iscntrl_l;
110 isdigit_l;
111 isgraph_l;
112 islower_l;
113 isprint_l;
114 ispunct_l;
115 isspace_l;
116 isupper_l;
117 iswideogram;
118 iswideogram_l;
119 iswnumber;
120 iswnumber_l;
|