1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-17 02:35:17 +02:00

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

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