diff options
Diffstat (limited to 'sysdeps/ieee754/ldbl-128/s_isinfl.c')
-rw-r--r-- | sysdeps/ieee754/ldbl-128/s_isinfl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128/s_isinfl.c b/sysdeps/ieee754/ldbl-128/s_isinfl.c index baa9a98e80..a0fa0ba659 100644 --- a/sysdeps/ieee754/ldbl-128/s_isinfl.c +++ b/sysdeps/ieee754/ldbl-128/s_isinfl.c @@ -24,4 +24,6 @@ __isinfl (_Float128 x) return ~(lx >> 63) & (hx >> 62); } mathx_hidden_def (__isinfl) +#ifndef isinfl weak_alias (__isinfl, isinfl) +#endif |