mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Use `unsigned int' consistently for port names.
This commit is contained in:
parent
840c5e79e3
commit
3844669a62
@ -29,7 +29,7 @@ struct sigcontext
|
||||
unsigned int sc_reply_port;
|
||||
|
||||
/* Port this thread is doing an interruptible RPC on. */
|
||||
unsigned long int sc_intr_port;
|
||||
unsigned int sc_intr_port;
|
||||
|
||||
/* "General" registers. */
|
||||
int sc_gpr[32];
|
||||
|
Loading…
Reference in New Issue
Block a user