[runtime] Use condvars instead of events for notifying the finalizer thread.
[mono.git] / mono / metadata / reflection-internals.h
index 4b32053f951775325ba139712f5f82787e8c7fd3..207241f49bc66cc64a5718307281dfb0f081f53f 100644 (file)
@@ -9,6 +9,6 @@
 #include <mono/utils/mono-error.h>
 
 MonoObject*
-mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error) MONO_INTERNAL;
+mono_custom_attrs_get_attr_checked (MonoCustomAttrInfo *ainfo, MonoClass *attr_klass, MonoError *error);
 
-#endif
\ No newline at end of file
+#endif