summaryrefslogtreecommitdiff
path: root/sysdeps/libm-ieee754/s_scalbnf.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/libm-ieee754/s_scalbnf.c')
-rw-r--r--sysdeps/libm-ieee754/s_scalbnf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/libm-ieee754/s_scalbnf.c b/sysdeps/libm-ieee754/s_scalbnf.c
index 4799c825c9..11b77bd6c2 100644
--- a/sysdeps/libm-ieee754/s_scalbnf.c
+++ b/sysdeps/libm-ieee754/s_scalbnf.c
@@ -31,10 +31,10 @@ huge = 1.0e+30,
tiny = 1.0e-30;
#ifdef __STDC__
- float __scalbnf (float x, long int n)
+ float __scalbnf (float x, int n)
#else
float __scalbnf (x,n)
- float x; long int n;
+ float x; int n;
#endif
{
int32_t k,ix;