[ovs-dev] [PATCH 02/22] deal with platforms where backtrace() is in a different library than libc.

Ben Pfaff blp at nicira.com
Mon Apr 22 15:37:48 UTC 2013


On Mon, Apr 22, 2013 at 10:20:00PM +0900, YAMAMOTO Takashi wrote:
> execinfo for NetBSD and ubacktrace for uClibc.
> i don't know if the latter is relevant to Open vSwitch, though.
> 
> Signed-off-by: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>

I'm pretty sure this change is going to break (or at least reduce
functionality of) lib/timeval.c on GNU/Linux because it checks for
HAVE_EXECINFO_H and I think that this change removes that check.



More information about the dev mailing list