Gentoo Archives: gentoo-commits

From: "Jurek Bartuszek (jurek)" <jurek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/mono/files: mono-1.2.6-threads-types-private-prototypes.patch digest-mono-1.2.6-r1
Date: Wed, 02 Jan 2008 06:13:32
Message-Id: E1J9wqx-0001SE-Fw@stork.gentoo.org
1 jurek 08/01/02 06:13:23
2
3 Added: mono-1.2.6-threads-types-private-prototypes.patch
4 digest-mono-1.2.6-r1
5 Log:
6 dev-lang/mono-1.2.6-r1: added patch fixing bug #202358
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.1 dev-lang/mono/files/mono-1.2.6-threads-types-private-prototypes.patch
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/files/mono-1.2.6-threads-types-private-prototypes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/files/mono-1.2.6-threads-types-private-prototypes.patch?rev=1.1&content-type=text/plain
14
15 Index: mono-1.2.6-threads-types-private-prototypes.patch
16 ===================================================================
17 --- mono/metadata/threads.h 2007/12/20 00:38:27 1.1
18 +++ mono/metadata/threads.h 2007/12/20 00:38:46
19 @@ -14,7 +14,6 @@
20 #include <mono/utils/mono-membar.h>
21 #include <mono/metadata/object.h>
22 #include <mono/metadata/appdomain.h>
23 -#include <mono/metadata/threads-types.h>
24
25 G_BEGIN_DECLS
26
27 @@ -67,10 +66,6 @@ extern void mono_thread_interruption_che
28 extern void mono_thread_force_interruption_checkpoint (void);
29 extern gint32* mono_thread_interruption_request_flag (void);
30
31 -extern void mono_thread_set_state (MonoThread *thread, MonoThreadState state);
32 -extern void mono_thread_clr_state (MonoThread *thread, MonoThreadState state);
33 -extern gboolean mono_thread_test_state (MonoThread *thread, MonoThreadState test);
34 -
35 G_END_DECLS
36
37 #endif /* _MONO_METADATA_THREADS_H_ */
38 --- mono/metadata/threads-types.h 2007/12/20 00:38:32 1.1
39 +++ mono/metadata/threads-types.h 2007/12/20 00:40:55
40 @@ -157,4 +157,8 @@ extern MonoThreadHazardPointers* mono_ha
41 (hp)->hazard_pointers [(i)] = NULL; \
42 } while (0)
43
44 +extern void mono_thread_set_state (MonoThread *thread, MonoThreadState state) MONO_INTERNAL;
45 +extern void mono_thread_clr_state (MonoThread *thread, MonoThreadState state) MONO_INTERNAL;
46 +extern gboolean mono_thread_test_state (MonoThread *thread, MonoThreadState test) MONO_INTERNAL;
47 +
48 #endif /* _MONO_METADATA_THREADS_TYPES_H_ */
49
50
51
52 1.1 dev-lang/mono/files/digest-mono-1.2.6-r1
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/files/digest-mono-1.2.6-r1?rev=1.1&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/mono/files/digest-mono-1.2.6-r1?rev=1.1&content-type=text/plain
56
57 Index: digest-mono-1.2.6-r1
58 ===================================================================
59 MD5 391f85b4f962269e044ceac2b5235310 mono-1.2.6.tar.bz2 18163130
60 RMD160 c6536b008cb73845943956c9ab365589a28c013c mono-1.2.6.tar.bz2 18163130
61 SHA256 24cc4f396cac3053c7ba3fe68bc1b80359d75dc4f54a85f39a73cabc3d3f560f mono-1.2.6.tar.bz2 18163130
62
63
64
65 --
66 gentoo-commits@g.o mailing list