diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 21:27:22 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-11-21 21:27:22 +0000 |
commit | e4380762b35244c28a8feda5810c2f95f91f265c (patch) | |
tree | f79ec2d3f67125d1d5ee3ea98b2daad3f80f78c9 /libm/e_log.c | |
parent | e2d30731f8ced0389894f5cd1e81f484c50b1c02 (diff) | |
download | uClibc-alpine-e4380762b35244c28a8feda5810c2f95f91f265c.tar.bz2 uClibc-alpine-e4380762b35244c28a8feda5810c2f95f91f265c.tar.xz |
Hide all __kernel_x and __ieee754_
Diffstat (limited to 'libm/e_log.c')
-rw-r--r-- | libm/e_log.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libm/e_log.c b/libm/e_log.c index 0464014cb..fce0617aa 100644 --- a/libm/e_log.c +++ b/libm/e_log.c @@ -91,9 +91,9 @@ static double zero = 0.0; #endif #ifdef __STDC__ - double __ieee754_log(double x) + double attribute_hidden __ieee754_log(double x) #else - double __ieee754_log(x) + double attribute_hidden __ieee754_log(x) double x; #endif { |