Fix type of second argument.

This commit is contained in:
Ulrich Drepper 1997-06-23 21:44:36 +00:00
parent 79c6cc00ff
commit 5290f57812
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
float_type
__CONCATX(__,FUNC) (x, exp)
float_type x;
int exp;
long int exp;
{
return __m81_u(__CONCATX(__,FUNC))(x, exp);
}