[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH v2] Replace all setjmp()/longjmp() with sigsetjm
From: |
Laszlo Ersek |
Subject: |
Re: [Qemu-devel] [PATCH v2] Replace all setjmp()/longjmp() with sigsetjmp()/siglongjmp() |
Date: |
Wed, 20 Feb 2013 17:06:39 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:10.0.12) Gecko/20130108 Thunderbird/10.0.12 |
On 02/20/13 16:49, Peter Maydell wrote:
> On 20 February 2013 15:46, Laszlo Ersek <address@hidden> wrote:
>> Also, maybe it would be cleaner to replace these windows-oriented
>> #defines with a commonly used, new set of macros that would expand to
>> sig* and ", 0" on non-windows, and to the current text on windows.
>
> I thought about that but I think in general we should prefer
> to just use the POSIX interface when one is available, with
> fixups for non-POSIX platforms. (I don't feel hugely strongly
> either way, though.)
Now that you put it this way, I actually agree whole-heartedly :)
L.