mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Use `unsigned int' consistently for port names.
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user