Print this page
5271 matherr(3M) is designed for interposition, should not be direct bound
5261 libm should stop using synonyms.h
Split |
Close |
Expand all |
Collapse all |
--- old/usr/src/lib/libm/common/mapfile-vers
+++ new/usr/src/lib/libm/common/mapfile-vers
1 1 #
2 2 # CDDL HEADER START
3 3 #
4 4 # The contents of this file are subject to the terms of the
5 5 # Common Development and Distribution License (the "License").
6 6 # You may not use this file except in compliance with the License.
7 7 #
8 8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9 9 # or http://www.opensolaris.org/os/licensing.
10 10 # See the License for the specific language governing permissions
11 11 # and limitations under the License.
12 12 #
13 13 # When distributing Covered Code, include this CDDL HEADER in each
14 14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15 15 # If applicable, add the following below this CDDL HEADER, with the
16 16 # fields enclosed by brackets "[]" replaced with your own identifying
17 17 # information: Portions Copyright [yyyy] [name of copyright owner]
18 18 #
19 19 # CDDL HEADER END
20 20 #
21 21 # Copyright 2011 Nexenta Systems, Inc. All rights reserved.
22 22 #
23 23 # Copyright 2006 Sun Microsystems, Inc. All rights reserved.
24 24 # Use is subject to license terms.
25 25 #
26 26 # Interface definition for libm.so.2
27 27 #
28 28 # For information regarding the establishment of versioned definitions see:
29 29 # The Linker and Libraries Manual (version 2.5 or greater)
30 30 # This is part of the Developers Guide in the Answerbook. Specifically refer
31 31 # to Chapter 2 under section "Defining Additional Symbols" through section
32 32 # "Reducing Symbol Scope", and Chapter 5 "Versioning".
33 33 #
34 34 # For specific rules for the modification (evolution) of these version
35 35 # definitions see:
36 36 # psarc_1995_14: Integration of Scoped Libraries
37 37 # (/shared/sac/PSARC/1995/014)
38 38 # Policy for Shared Library Version Names and Interface Definitions
39 39 # (/shared/ON/general_docs/scoping-rules.ps)
40 40
41 41 #
42 42 # MAPFILE HEADER START
43 43 #
44 44 # WARNING: STOP NOW. DO NOT MODIFY THIS FILE.
45 45 # Object versioning must comply with the rules detailed in
46 46 #
47 47 # usr/src/lib/README.mapfiles
48 48 #
49 49 # You should not be making modifications here until you've read the most current
50 50 # copy of that file. If you need help, contact a gatekeeper for guidance.
51 51 #
52 52 # MAPFILE HEADER END
53 53 #
54 54
55 55 $mapfile_version 2
56 56
57 57 $if _ELF32
58 58 $add lf64
59 59 $endif
60 60 $if _sparc && _ELF32
61 61 $add sparc32
62 62 $endif
63 63 $if _sparc && _ELF64
64 64 $add sparcv9
65 65 $endif
66 66 $if _x86 && _ELF32
67 67 $add i386
68 68 $endif
69 69 $if _x86 && _ELF64
70 70 $add amd64
71 71 $endif
72 72
73 73 SYMBOL_VERSION SUNW_1.3 {
74 74 global:
75 75 __isnanf; #LSARC/2003/658
76 76 __isnanl; #LSARC/2003/658
77 77 _isnan { FLAGS = NODYNSORT }; #LSARC/2003/658
78 78 _isnand { FLAGS = NODYNSORT }; #LSARC/2003/658
79 79 _isnanf { FLAGS = NODYNSORT }; #LSARC/2003/658
80 80 _logb { FLAGS = NODYNSORT }; #LSARC/2003/658
81 81 _modf { FLAGS = NODYNSORT }; #LSARC/2003/658
82 82 _modff { FLAGS = NODYNSORT }; #LSARC/2003/658
83 83 _nextafter { FLAGS = NODYNSORT }; #LSARC/2003/658
84 84 _scalb { FLAGS = NODYNSORT }; #LSARC/2003/658
85 85 isnand { FLAGS = NODYNSORT }; #LSARC/2003/658
86 86 isnanf; #LSARC/2003/658
87 87 isnanl; #LSARC/2003/658
88 88 } SUNW_1.2;
89 89
90 90 SYMBOL_VERSION SUNW_1.2 {
91 91 global:
92 92 __acoshf;
93 93 __acoshl;
94 94 __asinhf;
95 95 __asinhl;
96 96 __atanhf;
97 97 __atanhl;
98 98 __cabs;
99 99 __cabsf;
100 100 __cabsl;
101 101 __cacos;
102 102 __cacosf;
103 103 __cacosh;
104 104 __cacoshf;
105 105 __cacoshl;
106 106 __cacosl;
107 107 __carg;
108 108 __cargf;
109 109 __cargl;
110 110 __casin;
111 111 __casinf;
112 112 __casinh;
113 113 __casinhf;
114 114 __casinhl;
115 115 __casinl;
116 116 __catan;
117 117 __catanf;
118 118 __catanh;
119 119 __catanhf;
120 120 __catanhl;
121 121 __catanl;
122 122 __cbrtf;
123 123 __cbrtl;
124 124 __ccos;
125 125 __ccosf;
126 126 __ccosh;
127 127 __ccoshf;
128 128 __ccoshl;
129 129 __ccosl;
130 130 __cexp;
131 131 __cexpf;
132 132 __cexpl;
133 133 __cimag;
134 134 __cimagf;
135 135 __cimagl;
136 136 __clog;
137 137 __clogf;
138 138 __clogl;
139 139 __conj;
140 140 __conjf;
141 141 __conjl;
142 142 __copysignf;
143 143 __copysignl;
144 144 __cpow;
145 145 __cpowf;
146 146 __cpowl;
147 147 __cproj;
148 148 __cprojf;
149 149 __cprojl;
150 150 __creal;
151 151 __crealf;
152 152 __creall;
153 153 __csin;
154 154 __csinf;
155 155 __csinh;
156 156 __csinhf;
157 157 __csinhl;
158 158 __csinl;
159 159 __csqrt;
160 160 __csqrtf;
161 161 __csqrtl;
162 162 __ctan;
163 163 __ctanf;
164 164 __ctanh;
165 165 __ctanhf;
166 166 __ctanhl;
167 167 __ctanl;
168 168 __erfcf;
169 169 __erfcl;
170 170 __erff;
171 171 __erfl;
172 172 __exp2;
173 173 __exp2f;
174 174 __exp2l;
175 175 __expm1f;
176 176 __expm1l;
177 177 __fdim;
178 178 __fdimf;
179 179 __fdiml;
180 180 __feclearexcept;
181 181 __fegetenv;
182 182 __fegetexceptflag;
183 183 $if _x86
184 184 __fegetprec; #LSARC/1996/175
185 185 $endif
186 186 __fegetround;
187 187 __feholdexcept;
188 188 __fenv_dfl_env; #LSARC/1996/175
189 189 __feraiseexcept;
190 190 __fesetenv;
191 191 __fesetexceptflag;
192 192 $if _x86
193 193 __fesetprec; #LSARC/1996/175
194 194 $endif
195 195 __fesetround;
196 196 __fetestexcept;
197 197 __feupdateenv;
198 198 __fex_get_handling; #LSARC/1996/175
199 199 __fex_get_log; #LSARC/1996/175
200 200 __fex_get_log_depth; #LSARC/1996/175
201 201 __fex_getexcepthandler; #LSARC/1996/175
202 202 __fex_log_entry; #LSARC/1996/175
203 203 __fex_merge_flags; #LSARC/1996/175
204 204 __fex_set_handling; #LSARC/1996/175
205 205 __fex_set_log; #LSARC/1996/175
206 206 __fex_set_log_depth; #LSARC/1996/175
207 207 __fex_setexcepthandler; #LSARC/1996/175
208 208 __fma;
209 209 __fmaf;
210 210 __fmal;
211 211 __fmax;
212 212 __fmaxf;
213 213 __fmaxl;
214 214 __fmin;
215 215 __fminf;
216 216 __fminl;
217 217 __frexp;
218 218 __gammaf; #LSARC/2003/279
219 219 __gammaf_r; #LSARC/2003/279
220 220 __gammal; #LSARC/2003/279
221 221 __gammal_r; #LSARC/2003/279
222 222 __hypotf;
223 223 __hypotl;
224 224 __ilogbf;
225 225 __ilogbl;
226 226 __j0f; #LSARC/2003/279
↓ open down ↓ |
226 lines elided |
↑ open up ↑ |
227 227 __j0l; #LSARC/2003/279
228 228 __j1f; #LSARC/2003/279
229 229 __j1l; #LSARC/2003/279
230 230 __jnf; #LSARC/2003/279
231 231 __jnl; #LSARC/2003/279
232 232 __ldexp;
233 233 __lgammaf;
234 234 __lgammaf_r; #LSARC/2003/279
235 235 __lgammal;
236 236 __lgammal_r; #LSARC/2003/279
237 +$if amd64 || sparcv9
238 + __llrint { FLAGS = NODYNSORT };
239 + __llrintf { FLAGS = NODYNSORT };
240 + __llrintl { FLAGS = NODYNSORT };
241 + __llround { FLAGS = NODYNSORT };
242 + __llroundf { FLAGS = NODYNSORT };
243 + __llroundl { FLAGS = NODYNSORT };
244 +$else
237 245 __llrint;
238 246 __llrintf;
239 247 __llrintl;
240 248 __llround;
241 249 __llroundf;
242 250 __llroundl;
251 +$endif
243 252 __log1pf;
244 253 __log1pl;
245 254 __log2;
246 255 __log2f;
247 256 __log2l;
248 257 __logbf;
249 258 __logbl;
250 259 $if amd64 || sparcv9
251 260 __lrint { FLAGS = NODYNSORT };
252 261 __lrintf { FLAGS = NODYNSORT };
253 262 __lrintl { FLAGS = NODYNSORT };
254 263 __lround { FLAGS = NODYNSORT };
255 264 __lroundf { FLAGS = NODYNSORT };
256 265 __lroundl { FLAGS = NODYNSORT };
257 266 $else
258 267 __lrint;
259 268 __lrintf;
260 269 __lrintl;
261 270 __lround;
262 271 __lroundf;
263 272 __lroundl;
264 273 $endif
265 274 __modf;
266 275 __nan;
267 276 __nanf;
268 277 __nanl;
269 278 __nearbyint;
270 279 __nearbyintf;
271 280 __nearbyintl;
272 281 __nextafterf;
273 282 __nextafterl;
274 283 __nexttoward;
275 284 __nexttowardf;
276 285 __nexttowardl;
277 286 __remainderf;
278 287 __remainderl;
279 288 __remquo;
280 289 __remquof;
281 290 __remquol;
282 291 __rintf;
283 292 __rintl;
284 293 __round;
285 294 __roundf;
286 295 __roundl;
287 296 __scalbf; #LSARC/2003/279
288 297 __scalbl; #LSARC/2003/279
289 298 __scalbln;
290 299 __scalblnf;
291 300 __scalblnl;
292 301 __scalbnf;
293 302 __scalbnl;
294 303 __signgamf; #LSARC/2003/279
295 304 __signgaml; #LSARC/2003/279
296 305 __significandf; #LSARC/2003/279
297 306 __significandl; #LSARC/2003/279
298 307 __sincos; #LSARC/2003/279
299 308 __sincosf; #LSARC/2003/279
300 309 __sincosl; #LSARC/2003/279
301 310 __tgamma;
302 311 __tgammaf;
303 312 __tgammal;
304 313 __trunc;
305 314 __truncf;
306 315 __truncl;
307 316 __xpg6 { FLAGS = NODIRECT }; #private contract with libc group
308 317 __y0f; #LSARC/2003/279
309 318 __y0l; #LSARC/2003/279
310 319 __y1f; #LSARC/2003/279
311 320 __y1l; #LSARC/2003/279
312 321 __ynf; #LSARC/2003/279
313 322 __ynl; #LSARC/2003/279
314 323 acosf;
315 324 acoshf;
316 325 acoshl;
317 326 acosl;
318 327 asinf;
319 328 asinhf;
320 329 asinhl;
321 330 asinl;
322 331 atan2f;
323 332 atan2l;
324 333 atanf;
325 334 atanhf;
326 335 atanhl;
327 336 atanl;
328 337 cabs;
329 338 cabsf;
330 339 cabsl;
331 340 cacos;
332 341 cacosf;
333 342 cacosh;
334 343 cacoshf;
335 344 cacoshl;
336 345 cacosl;
337 346 carg;
338 347 cargf;
339 348 cargl;
340 349 casin;
341 350 casinf;
342 351 casinh;
343 352 casinhf;
344 353 casinhl;
345 354 casinl;
346 355 catan;
347 356 catanf;
348 357 catanh;
349 358 catanhf;
350 359 catanhl;
351 360 catanl;
352 361 cbrtf;
353 362 cbrtl;
354 363 ccos;
355 364 ccosf;
356 365 ccosh;
357 366 ccoshf;
358 367 ccoshl;
359 368 ccosl;
360 369 ceilf;
361 370 ceill;
362 371 cexp;
363 372 cexpf;
364 373 cexpl;
365 374 cimag;
366 375 cimagf;
367 376 cimagl;
368 377 clog;
369 378 clogf;
370 379 clogl;
371 380 conj;
372 381 conjf;
373 382 conjl;
374 383 copysignf;
375 384 copysignl;
376 385 cosf;
377 386 coshf;
378 387 coshl;
379 388 cosl;
380 389 cpow;
381 390 cpowf;
382 391 cpowl;
383 392 cproj;
384 393 cprojf;
385 394 cprojl;
386 395 creal;
387 396 crealf;
388 397 creall;
389 398 csin;
390 399 csinf;
391 400 csinh;
392 401 csinhf;
393 402 csinhl;
394 403 csinl;
395 404 csqrt;
396 405 csqrtf;
397 406 csqrtl;
398 407 ctan;
399 408 ctanf;
400 409 ctanh;
401 410 ctanhf;
402 411 ctanhl;
403 412 ctanl;
404 413 erfcf;
405 414 erfcl;
406 415 erff;
407 416 erfl;
408 417 exp2;
409 418 exp2f;
410 419 exp2l;
411 420 expf;
412 421 expl;
413 422 expm1f;
414 423 expm1l;
415 424 fabsf;
416 425 fabsl;
417 426 fdim;
418 427 fdimf;
419 428 fdiml;
420 429 feclearexcept;
421 430 fegetenv;
422 431 fegetexceptflag;
423 432 $if _x86
424 433 fegetprec; #LSARC/1996/175
425 434 $endif
426 435 fegetround;
427 436 feholdexcept;
428 437 feraiseexcept;
429 438 fesetenv;
430 439 fesetexceptflag;
431 440 $if _x86
432 441 fesetprec; #LSARC/1996/175
433 442 $endif
434 443 fesetround;
435 444 fetestexcept;
436 445 feupdateenv;
437 446 fex_get_handling; #LSARC/1996/175
438 447 fex_get_log; #LSARC/1996/175
439 448 fex_get_log_depth; #LSARC/1996/175
440 449 fex_getexcepthandler; #LSARC/1996/175
441 450 fex_log_entry; #LSARC/1996/175
442 451 fex_merge_flags; #LSARC/1996/175
443 452 fex_set_handling; #LSARC/1996/175
444 453 fex_set_log; #LSARC/1996/175
445 454 fex_set_log_depth; #LSARC/1996/175
446 455 fex_setexcepthandler; #LSARC/1996/175
447 456 floorf;
448 457 floorl;
449 458 fma;
450 459 fmaf;
451 460 fmal;
452 461 fmax;
453 462 fmaxf;
454 463 fmaxl;
455 464 fmin;
456 465 fminf;
457 466 fminl;
458 467 fmodf;
459 468 fmodl;
460 469 frexp;
461 470 frexpf;
462 471 frexpl;
463 472 gammaf; #LSARC/2003/279
464 473 gammaf_r; #LSARC/2003/279
465 474 gammal; #LSARC/2003/279
466 475 gammal_r; #LSARC/2003/279
467 476 hypotf;
468 477 hypotl;
469 478 ilogbf;
470 479 ilogbl;
471 480 j0f; #LSARC/2003/279
472 481 j0l; #LSARC/2003/279
473 482 j1f; #LSARC/2003/279
474 483 j1l; #LSARC/2003/279
475 484 jnf; #LSARC/2003/279
476 485 jnl; #LSARC/2003/279
477 486 ldexp;
478 487 ldexpf;
479 488 ldexpl;
480 489 lgammaf;
481 490 lgammaf_r; #LSARC/2003/279
482 491 lgammal;
483 492 lgammal_r; #LSARC/2003/279
484 493 $if amd64 || sparcv9
485 494 llrint { FLAGS = NODYNSORT };
486 495 llrintf { FLAGS = NODYNSORT };
487 496 llrintl { FLAGS = NODYNSORT };
488 497 llround { FLAGS = NODYNSORT };
489 498 llroundf { FLAGS = NODYNSORT };
490 499 llroundl { FLAGS = NODYNSORT };
491 500 $else
492 501 llrint;
493 502 llrintf;
494 503 llrintl;
495 504 llround;
496 505 llroundf;
497 506 llroundl;
498 507 $endif
499 508 log10f;
500 509 log10l;
501 510 log1pf;
502 511 log1pl;
503 512 log2;
504 513 log2f;
505 514 log2l;
506 515 logbf;
507 516 logbl;
508 517 logf;
509 518 logl;
510 519 lrint;
511 520 lrintf;
512 521 lrintl;
513 522 lround;
514 523 lroundf;
515 524 lroundl;
516 525 modf;
517 526 modff;
518 527 modfl;
519 528 nan;
520 529 nanf;
521 530 nanl;
522 531 nearbyint;
523 532 nearbyintf;
524 533 nearbyintl;
525 534 nextafterf;
526 535 nextafterl;
527 536 nexttoward;
528 537 nexttowardf;
529 538 nexttowardl;
530 539 powf;
531 540 powl;
532 541 remainderf;
533 542 remainderl;
534 543 remquo;
535 544 remquof;
536 545 remquol;
537 546 rintf;
538 547 rintl;
539 548 round;
540 549 roundf;
541 550 roundl;
542 551 scalbf; #LSARC/2003/279
543 552 scalbl; #LSARC/2003/279
544 553 scalbln;
545 554 scalblnf;
546 555 scalblnl;
547 556 scalbnf;
548 557 scalbnl;
549 558 signgamf; #LSARC/2003/279
550 559 signgaml; #LSARC/2003/279
551 560 significandf; #LSARC/2003/279
552 561 significandl; #LSARC/2003/279
553 562 sincos; #LSARC/2003/279
554 563 sincosf; #LSARC/2003/279
555 564 sincosl; #LSARC/2003/279
556 565 sinf;
557 566 sinhf;
558 567 sinhl;
559 568 sinl;
560 569 sqrtf;
561 570 sqrtl;
562 571 tanf;
563 572 tanhf;
564 573 tanhl;
565 574 tanl;
566 575 tgamma;
567 576 tgammaf;
568 577 tgammal;
569 578 trunc;
570 579 truncf;
571 580 truncl;
572 581 y0f; #LSARC/2003/279
573 582 y0l; #LSARC/2003/279
574 583 y1f; #LSARC/2003/279
575 584 y1l; #LSARC/2003/279
576 585 ynf; #LSARC/2003/279
577 586 ynl; #LSARC/2003/279
578 587 } SUNW_1.1.1;
579 588
580 589 SYMBOL_VERSION SUNW_1.1.1 {
581 590 global:
582 591 __acosf;
583 592 __acosl;
584 593 __asinf;
585 594 __asinl;
586 595 __atan2f;
587 596 __atan2l;
588 597 __atanf;
589 598 __atanl;
590 599 __ceilf;
591 600 __ceill;
592 601 __cosf;
593 602 __coshf;
594 603 __coshl;
595 604 __cosl;
596 605 __expf;
597 606 __expl;
598 607 __fabsf;
599 608 __fabsl;
600 609 __floorf;
601 610 __floorl;
602 611 __fmodf;
603 612 __fmodl;
604 613 __frexpf;
605 614 __frexpl;
606 615 __ldexpf;
607 616 __ldexpl;
608 617 __log10f;
609 618 __log10l;
610 619 __logf;
611 620 __logl;
612 621 __modff;
613 622 __modfl;
614 623 __powf;
615 624 __powl;
616 625 __sinf;
617 626 __sinhf;
618 627 __sinhl;
619 628 __sinl;
620 629 __sqrtf;
621 630 __sqrtl;
622 631 __tanf;
623 632 __tanhf;
624 633 __tanhl;
625 634 __tanl;
626 635 } SUNW_1.1;
627 636
628 637 SYMBOL_VERSION SUNW_1.1 {
629 638 global:
630 639 __acos;
631 640 __acosh;
632 641 __asin;
633 642 __asinh;
634 643 __atan;
635 644 __atan2;
636 645 __atanh;
637 646 __cbrt;
638 647 __ceil;
639 648 __copysign;
640 649 __cos;
641 650 __cosh;
642 651 __erf;
643 652 __erfc;
644 653 __exp;
645 654 __expm1;
646 655 __fabs;
647 656 __floor;
648 657 __fmod;
649 658 __gamma;
650 659 __gamma_r;
651 660 __hypot;
652 661 __ilogb;
653 662 __isnan;
654 663 __j0;
655 664 __j1;
656 665 __jn;
657 666 __lgamma;
658 667 __lgamma_r;
659 668 __log;
660 669 __log10;
661 670 __log1p;
662 671 __logb;
663 672 __nextafter;
664 673 __pow;
665 674 __remainder;
666 675 __rint;
667 676 __scalb;
668 677 __scalbn;
669 678 __signgam;
670 679 __significand;
671 680 __sin;
672 681 __sinh;
673 682 __sqrt;
674 683 __tan;
675 684 __tanh;
676 685 __y0;
677 686 __y1;
678 687 __yn;
679 688 acos;
680 689 acosh;
681 690 asin;
682 691 asinh;
683 692 atan;
684 693 atan2;
685 694 atanh;
686 695 cbrt;
687 696 ceil;
688 697 copysign;
689 698 cos;
690 699 cosh;
691 700 erf;
692 701 erfc;
693 702 exp;
694 703 expm1;
695 704 fabs;
696 705 floor;
697 706 fmod;
698 707 gamma;
699 708 gamma_r;
700 709 hypot;
701 710 ilogb;
↓ open down ↓ |
449 lines elided |
↑ open up ↑ |
702 711 isnan;
703 712 j0;
704 713 j1;
705 714 jn;
706 715 lgamma;
707 716 lgamma_r;
708 717 log;
709 718 log10;
710 719 log1p;
711 720 logb;
712 - matherr;
721 + matherr { FLAGS = NODIRECT };
713 722 nextafter;
714 723 pow;
715 724 remainder;
716 725 rint;
717 726 scalb;
718 727 scalbn;
719 728 signgam;
720 729 significand;
721 730 sin;
722 731 sinh;
723 732 sqrt;
724 733 tan;
725 734 tanh;
726 735 y0;
727 736 y1;
728 737 yn;
729 738 };
730 739
731 740 $if amd64 || sparcv9
732 741 SYMBOL_VERSION SUNWprivate_1.2 {
733 742 $else
734 743 SYMBOL_VERSION SUNWprivate_1.3 {
735 744 $endif
736 745 global:
737 746 __libm_mt_fex_sync; # -lmtsk
738 747 __mt_fex_sync; # -lmtsk
739 748 $if amd64 || sparcv9
740 749 } SUNWprivate_1.1;
741 750 $else
742 751 } SUNWprivate_1.2;
743 752
744 753 SYMBOL_VERSION SUNWprivate_1.2 {
745 754 global:
746 755 __libm_errno; # SC3.0.1 -lmopt
747 756 } SUNWprivate_1.1;
748 757 $endif
749 758
750 759 SYMBOL_VERSION SUNWprivate_1.1 {
751 760 global:
752 761 _lib_version;
753 762 __libm__rem_pio2;
754 763 __libm__rem_pio2m;
755 764 # anything else is local
756 765 local:
757 766 # For symbols with multiple names, move the less preferred
758 767 # names out of .SUNW_dynsymsort
759 768 feclearexcept96 { FLAGS = NODYNSORT };
760 769 feraiseexcept96 { FLAGS = NODYNSORT };
761 770 fetestexcept96 { FLAGS = NODYNSORT };
762 771 fegetexceptflag96 { FLAGS = NODYNSORT };
763 772 fesetexceptflag96 { FLAGS = NODYNSORT };
764 773 feupdateenv96 { FLAGS = NODYNSORT };
765 774 fegetenv96 { FLAGS = NODYNSORT };
766 775 fesetenv96 { FLAGS = NODYNSORT };
767 776 fegetround96 { FLAGS = NODYNSORT };
768 777 *; # symbols not mentioned in this file are scoped out
769 778 };
↓ open down ↓ |
47 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX