aboutsummaryrefslogtreecommitdiff
path: root/libquadmath/math/remquoq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libquadmath/math/remquoq.c')
-rw-r--r--libquadmath/math/remquoq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libquadmath/math/remquoq.c b/libquadmath/math/remquoq.c
index 3e3b4f68ce4..f7001afc3e5 100644
--- a/libquadmath/math/remquoq.c
+++ b/libquadmath/math/remquoq.c
@@ -29,7 +29,7 @@ __float128
remquoq (__float128 x, __float128 y, int *quo)
{
int64_t hx,hy;
- u_int64_t sx,lx,ly,qs;
+ uint64_t sx,lx,ly,qs;
int cquo;
GET_FLT128_WORDS64 (hx, lx, x);