1 #ifndef ALPHA_MATH_PRIVATE_H
2 #define ALPHA_MATH_PRIVATE_H 1
4 /* In bits/mathinline.h we define __isnan et al.
5 In sysdeps/alpha/fpu/s_isnan.c we move the identifier out of the way
6 via macro hackery. In both cases, tell math/math_private.h that
7 we have a local copy of the function. */
10 # define __isnan __isnan
13 # define __isnanf __isnanf
16 #include_next <math_private.h>
18 #endif /* ALPHA_MATH_PRIVATE_H */