diff options
Diffstat (limited to 'hurd')
-rw-r--r-- | hurd/hurd/signal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h index d4bcaf26aa..21e30c5729 100644 --- a/hurd/hurd/signal.h +++ b/hurd/hurd/signal.h @@ -347,7 +347,7 @@ extern mach_msg_timeout_t _hurd_interrupted_rpc_timeout; if (__err) \ break; \ /* Get the reference port. */ \ - _err = (fetch_refport_expr); \ + __err = (fetch_refport_expr); \ if (__err) \ { \ /* Couldn't get it; deallocate MSGPORT and fail. */ \ |