mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Avoid use of "register" as optimization hint.
This commit is contained in:
@ -78,8 +78,8 @@ __mach_msg_server_timeout (boolean_t (*demux) (mach_msg_header_t *request,
|
||||
mach_msg_option_t option,
|
||||
mach_msg_timeout_t timeout)
|
||||
{
|
||||
register mig_reply_header_t *request, *reply;
|
||||
register mach_msg_return_t mr;
|
||||
mig_reply_header_t *request, *reply;
|
||||
mach_msg_return_t mr;
|
||||
|
||||
if (max_size == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user