libunwind-devel
[Top][All Lists]
Advanced

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

[Libunwind-devel] Re: [patch 2/2] Allow caller to block signals.


From: Arun Sharma
Subject: [Libunwind-devel] Re: [patch 2/2] Allow caller to block signals.
Date: Fri, 25 Sep 2009 10:59:42 -0700

On Fri, Sep 25, 2009 at 10:51 AM, Paul Pluzhnikov
<address@hidden> wrote:

> Unfortunately, I see no way to add such protection conditionally (depending
> on whether --enable-block-signals is on or off). Is there a way?
>

Does:

#include "config.h"

#ifdef CONFIG_BLOCK_SIGNALS
..
#endif

work?

 -Arun




reply via email to

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