summaryrefslogtreecommitdiff
path: root/src/sh/Linit_local.c
blob: 68a1687e85444b5bf38d936e9f4004d1f881b73a (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Ginit_local.c"
#endif