mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
Update.
* sunrpc/clnt_tcp.c (clnttcp_call): Resolve 32-64 comparison conflict for 64 bit platforms. Patch by trott@rottmann.hi.shuttle.de. * sysdeps/i386/Versions: Exports functions from libgcc since this
This commit is contained in:
@@ -300,7 +300,7 @@ call_again:
|
||||
continue;
|
||||
return ct->ct_error.re_status;
|
||||
}
|
||||
if (reply_msg.rm_xid == x_id)
|
||||
if ((u_int32_t) reply_msg.rm_xid == x_id)
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user