From: Paolo Bonzini <pbonzini@redhat.com>
To: Aurelien Jarno <aurelien@aurel32.net>
Cc: qemu-devel@nongnu.org
Subject: [Qemu-devel] Re: [PATCH 1/5] linux-user/ia64: workaround ia64 strangenesses
Date: Mon, 29 Mar 2010 11:36:50 +0200 [thread overview]
Message-ID: <4BB074B2.4090209@redhat.com> (raw)
In-Reply-To: <1269822354-4878-2-git-send-email-aurelien@aurel32.net>
> +#ifdef __ia64
> + sigprocmask(SIG_SETMASK, (sigset_t *)&uc->uc_sigmask, NULL);
> +#else
> sigprocmask(SIG_SETMASK,&uc->uc_sigmask, NULL);
> +#endif
Any reason for the ifdef?
Paolo
next prev parent reply other threads:[~2010-03-29 9:36 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-29 0:25 [Qemu-devel] ia64 support Aurelien Jarno
2010-03-29 0:25 ` [Qemu-devel] [PATCH 1/5] linux-user/ia64: workaround ia64 strangenesses Aurelien Jarno
2010-03-29 9:36 ` Paolo Bonzini [this message]
2010-03-29 16:25 ` [Qemu-devel] " Aurelien Jarno
2010-03-30 0:00 ` Jamie Lokier
2010-03-30 5:04 ` Aurelien Jarno
2010-03-29 0:25 ` [Qemu-devel] [PATCH 2/5] linux-user: fix page_unprotect when host page size > target page size Aurelien Jarno
2010-03-29 0:25 ` [Qemu-devel] [PATCH 4/5] tcg: align static_code_gen_buffer to CODE_GEN_ALIGN Aurelien Jarno
2010-03-29 0:25 ` [Qemu-devel] [PATCH 5/5] tcg: initial ia64 support Aurelien Jarno
2010-03-29 0:35 ` [Qemu-devel] [PATCH 3/5] ia64 disas support Aurelien Jarno
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4BB074B2.4090209@redhat.com \
--to=pbonzini@redhat.com \
--cc=aurelien@aurel32.net \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).