forked from pool/mono-core
13644377dd
Update to version 5.10.1.47 (5.10.1 Stable) OBS-URL: https://build.opensuse.org/request/show/597818 OBS-URL: https://build.opensuse.org/package/show/Mono:Factory/mono-core?expand=0&rev=196
14 lines
417 B
Diff
14 lines
417 B
Diff
Index: mono-5.0.1.1/mono/utils/mono-context.h
|
|
===================================================================
|
|
--- mono-5.0.1.1.orig/mono/utils/mono-context.h
|
|
+++ mono-5.0.1.1/mono/utils/mono-context.h
|
|
@@ -907,7 +907,7 @@ typedef struct {
|
|
|
|
#define MONO_ARCH_HAS_MONO_CONTEXT 1
|
|
|
|
-typedef struct ucontext MonoContext;
|
|
+typedef ucontext_t MonoContext;
|
|
|
|
#define MONO_CONTEXT_SET_IP(ctx,ip) \
|
|
do { \
|