From: Roland McGrath Date: Tue, 26 Aug 2008 19:10:41 +0000 (+0000) Subject: 2008-08-26 Aurelien Jarno X-Git-Tag: cvs/fedora-glibc-20080828T1623~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0cb269d71c5c2be90493214c23982b27ae7920b3;p=platform%2Fupstream%2Fglibc.git 2008-08-26 Aurelien Jarno * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo. --- diff --git a/ChangeLog b/ChangeLog index 203349fde8..3dd33e75df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-08-26 Aurelien Jarno + + * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo. + 2008-07-18 Daniel Jacobowitz * Makefile (check-data): Check data directory in add-ons. 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. */ \