diff options
Diffstat (limited to 'sysdeps/ieee754/flt-32/s_isinff.c')
-rw-r--r-- | sysdeps/ieee754/flt-32/s_isinff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/ieee754/flt-32/s_isinff.c b/sysdeps/ieee754/flt-32/s_isinff.c index 2bf2364426..03a95fcc0f 100644 --- a/sysdeps/ieee754/flt-32/s_isinff.c +++ b/sysdeps/ieee754/flt-32/s_isinff.c @@ -25,5 +25,5 @@ __isinff (float x) t |= -t; return ~(t >> 31) & (ix >> 30); } -INTDEF(__isinff) +hidden_def (__isinff) weak_alias (__isinff, isinff) |