Deleted Added
full compact
Symbol.map (238722) Symbol.map (251121)
1/*
1/*
2 * $FreeBSD: head/lib/msun/Symbol.map 238722 2012-07-23 19:13:55Z kargl $
2 * $FreeBSD: head/lib/msun/Symbol.map 251121 2013-05-30 04:49:26Z das $
3 */
4
5/* 7.0-CURRENT */
6FBSD_1.0 {
7 __fe_dfl_env;
8 tgamma;
9 acos;
10 acosf;

--- 221 unchanged lines hidden (view full) ---

232/* First added in 10.0-CURRENT */
233FBSD_1.3 {
234 feclearexcept;
235 fegetexceptflag;
236 fetestexcept;
237 fegetround;
238 fesetround;
239 fesetenv;
3 */
4
5/* 7.0-CURRENT */
6FBSD_1.0 {
7 __fe_dfl_env;
8 tgamma;
9 acos;
10 acosf;

--- 221 unchanged lines hidden (view full) ---

232/* First added in 10.0-CURRENT */
233FBSD_1.3 {
234 feclearexcept;
235 fegetexceptflag;
236 fetestexcept;
237 fegetround;
238 fesetround;
239 fesetenv;
240 cacos;
241 cacosf;
242 cacosh;
243 cacoshf;
244 casin;
245 casinf;
246 casinh;
247 casinhf;
248 catan;
249 catanf;
250 catanh;
251 catanhf;
240 csin;
241 csinf;
242 csinh;
243 csinhf;
244 ccos;
245 ccosf;
246 ccosh;
247 ccoshf;
248 ctan;
249 ctanf;
250 ctanh;
251 ctanhf;
252 expl;
253};
252 csin;
253 csinf;
254 csinh;
255 csinhf;
256 ccos;
257 ccosf;
258 ccosh;
259 ccoshf;
260 ctan;
261 ctanf;
262 ctanh;
263 ctanhf;
264 expl;
265};