mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 10:20:06 +00: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