diff options
Diffstat (limited to 'libm/s_fdim.c')
-rw-r--r-- | libm/s_fdim.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libm/s_fdim.c b/libm/s_fdim.c index 6fdf3c2d6..98f140d17 100644 --- a/libm/s_fdim.c +++ b/libm/s_fdim.c @@ -7,7 +7,6 @@ #include "math.h" #include "math_private.h" -libm_hidden_proto(fdim) #ifdef __STDC__ double fdim(double x, double y) #else |