about summary refs log tree commit diff
path: root/hurd/hurd
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2008-08-26 19:10:41 +0000
committerRoland McGrath <roland@gnu.org>2008-08-26 19:10:41 +0000
commit0cb269d71c5c2be90493214c23982b27ae7920b3 (patch)
treead46f4969db02241654b3dcb51f634817c56d5fc /hurd/hurd
parent13074b5b5ad49a84c56a7e83070edfc9f44d6a13 (diff)
downloadglibc-0cb269d71c5c2be90493214c23982b27ae7920b3.tar.gz
glibc-0cb269d71c5c2be90493214c23982b27ae7920b3.tar.xz
glibc-0cb269d71c5c2be90493214c23982b27ae7920b3.zip
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
        * hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
Diffstat (limited to 'hurd/hurd')
-rw-r--r--hurd/hurd/signal.h2
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.  */	      \