hurd: Avoid PLT ref for __pthread_get_cleanup_stack
[glibc.git] / sysdeps / alpha / fpu / math_private.h
blobc71447abf0f923e919203e54ace3f3a4e370fbf9
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. */
9 #ifndef __isnan
10 # define __isnan __isnan
11 #endif
12 #ifndef __isnanf
13 # define __isnanf __isnanf
14 #endif
16 #include_next <math_private.h>
18 #endif /* ALPHA_MATH_PRIVATE_H */