qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] Re: [PATCH 1/5] linux-user/ia64: workaround ia64 strangenes


From: Paolo Bonzini
Subject: [Qemu-devel] Re: [PATCH 1/5] linux-user/ia64: workaround ia64 strangenesses
Date: Mon, 29 Mar 2010 11:36:50 +0200
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.8) Gecko/20100301 Fedora/3.0.3-1.fc12 Lightning/1.0b2pre Thunderbird/3.0.3


+#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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]