mirror of git://sourceware.org/git/glibc.git
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
This commit is contained in:
parent
13074b5b5a
commit
0cb269d71c
|
@ -1,3 +1,7 @@
|
||||||
|
2008-08-26 Aurelien Jarno <aurelien@aurel32.net>
|
||||||
|
|
||||||
|
* hurd/hurd/signal.h (HURD_MSGPORT_RPC): Fix a typo.
|
||||||
|
|
||||||
2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
|
2008-07-18 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* Makefile (check-data): Check data directory in add-ons.
|
* Makefile (check-data): Check data directory in add-ons.
|
||||||
|
|
|
@ -347,7 +347,7 @@ extern mach_msg_timeout_t _hurd_interrupted_rpc_timeout;
|
||||||
if (__err) \
|
if (__err) \
|
||||||
break; \
|
break; \
|
||||||
/* Get the reference port. */ \
|
/* Get the reference port. */ \
|
||||||
_err = (fetch_refport_expr); \
|
__err = (fetch_refport_expr); \
|
||||||
if (__err) \
|
if (__err) \
|
||||||
{ \
|
{ \
|
||||||
/* Couldn't get it; deallocate MSGPORT and fail. */ \
|
/* Couldn't get it; deallocate MSGPORT and fail. */ \
|
||||||
|
|
Loading…
Reference in New Issue