mirror of
https://github.com/openharmony/third_party_libunwind.git
synced 2026-07-01 07:39:12 -04:00
b4885b363d
Signed-off-by: chang_jian <chang_jian@hoperun.com>
11 lines
246 B
C
Executable File
11 lines
246 B
C
Executable File
// This is an incomplete & imprecice implementation of the *nix file
|
|
// by the same name
|
|
#ifndef __MINGW_UCONTEXT__
|
|
#define __MINGW_UCONTEXT__
|
|
|
|
#ifdef MINGW // Only for cross compilation to mingw
|
|
|
|
#include <sys/ucontext.h>
|
|
|
|
#endif // MINGW
|
|
#endif |