mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-18 22:50:07 +00:00
(xdr_hyper): Correctly handle lower half of llp.
This commit is contained in:
parent
ced5d3d132
commit
6a2ca99838
@ -200,7 +200,7 @@ bool_t
|
||||
xdr_hyper (XDR *xdrs, quad_t *llp)
|
||||
{
|
||||
long t1;
|
||||
long t2;
|
||||
unsigned long int t2;
|
||||
|
||||
if (xdrs->x_op == XDR_ENCODE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user