1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-29 04:31:45 +02:00
libunwind-eh_elf/tests/Lperf-simple.c

14 lines
214 B
C
Raw Normal View History

2010-03-06 16:47:26 +01:00
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#ifdef HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
2003-09-24 07:02:14 +02:00
#define UNW_LOCAL_ONLY
#include <libunwind.h>
2004-05-05 00:19:18 +02:00
#if !defined(UNW_REMOTE_ONLY)
2003-09-24 07:02:14 +02:00
#include "Gperf-simple.c"
#endif