1
0
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:
Roland McGrath
1994-07-29 15:53:52 +00:00
parent 840c5e79e3
commit 3844669a62

View File

@@ -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];