This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug hurd/6860] New: hurd/hurd/signal.h: small typo


There is a small typo in hurd/hurd/signal.h which prevents the build of the GNU 
libc on Hurd:

2008-08-26  Aurelien Jarno  <aurelien@aurel32.net>

        * hurd/hurd/signal.h (HURD_MSGPORT_RPC): fix a typo.

diff --git a/hurd/hurd/signal.h b/hurd/hurd/signal.h
index d4bcaf2..21e30c5 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.  */              \

-- 
           Summary: hurd/hurd/signal.h: small typo
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: hurd
        AssignedTo: roland at gnu dot org
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: i686-unknown-gnu0.3
  GCC host triplet: i686-unknown-gnu0.3
GCC target triplet: i686-unknown-gnu0.3


http://sourceware.org/bugzilla/show_bug.cgi?id=6860

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]