Update.
[glibc.git] / math / libm.map
blobb7c9b363d9714e579c51866960b85868424c7928
1 GLIBC_2.0 {
2   global:
3     # all functions and variables in the normal name space
4     a*; b*; c*; d*; e*; f*; g*; h*; i*; j*; k*; l*; m*;
5     n*; o*; p*; q*; r*; s*; t*; u*; v*; w*; x*; y*; z*;
7     # global variables
8     _LIB_VERSION;
10     # functions used in inline functions or macros
11     __fpclassify; __fpclassifyf; __fpclassifyl;
12     __signbit; __signbitf; __signbitl;
13     __finite; __finitef; __fintitel;
15     __log1p;
17   local:
18     *;