Restore mi/Ldyn-remote.c.

This commit is contained in:
David Mosberger-Tang 2006-07-26 15:10:48 -06:00
parent 37be21c01e
commit 69d85f7c14
1 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,5 @@
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Gdyn-remote.c"
#endif