diff --git a/configure.REMOVED.git-id b/configure.REMOVED.git-id
index f5f55a41ab..b8818105d8 100644
--- a/configure.REMOVED.git-id
+++ b/configure.REMOVED.git-id
@@ -1 +1 @@
-523906662921cbaf2a45e1930b524dd9e64bcc91
\ No newline at end of file
+049b897e1931b418af32b321b8bec26b0c4f1210
\ No newline at end of file
diff --git a/configure.ac.REMOVED.git-id b/configure.ac.REMOVED.git-id
index ba3bdf68d5..522630f003 100644
--- a/configure.ac.REMOVED.git-id
+++ b/configure.ac.REMOVED.git-id
@@ -1 +1 @@
-79b8df2131d5b3213b46975e3dc08979ea9001b4
\ No newline at end of file
+2460f68689d061e282b97ea542dea9e46ce5f0b5
\ No newline at end of file
diff --git a/docs/deploy/mono-api-assembly.html b/docs/deploy/mono-api-assembly.html
index da902c70b1..cd7d91b102 100644
--- a/docs/deploy/mono-api-assembly.html
+++ b/docs/deploy/mono-api-assembly.html
@@ -779,20 +779,16 @@ mono_assembly_getrootdir (void)
gboolean
-mono_assembly_get_assemblyref_checked (MonoImage *image, int index, MonoAssemblyName *aname, MonoError *error)
+
void
+mono_assembly_get_assemblyref (MonoImage *image, int index, MonoAssemblyName *aname)
Parameters
-
image | pointer to the MonoImage to extract the information from. |
index | index to the assembly reference in the image. |
aname | pointer to a MonoAssemblyName that will hold the returned value. |
error | set on error |
Return value
-
TRUE
on success, otherwise sets error and returns FALSE
-
-
Description
+
image | pointer to the MonoImage to extract the information from. |
index | index to the assembly reference in the image. |
aname | pointer to a MonoAssemblyName that will hold the returned value. |
Description
- Fills out the
aname with the assembly name of the
index assembly reference in
image.
-
+ Fills out the
aname with the assembly name of the
index assembly reference in
image.
diff --git a/external/corefx/src/Common/src/Interop/OSX/Interop.EventStream.cs b/external/corefx/src/Common/src/Interop/OSX/Interop.EventStream.cs
index 7c6e93c761..19e9f5cb62 100644
--- a/external/corefx/src/Common/src/Interop/OSX/Interop.EventStream.cs
+++ b/external/corefx/src/Common/src/Interop/OSX/Interop.EventStream.cs
@@ -88,10 +88,8 @@ internal static partial class Interop
size_t numEvents,
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 2)]
byte** eventPaths,
- [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 2)]
- FSEventStreamEventFlags[] eventFlags,
- [MarshalAs(UnmanagedType.LPArray, SizeParamIndex = 2)]
- FSEventStreamEventId[] eventIds);
+ FSEventStreamEventFlags* eventFlags,
+ FSEventStreamEventId* eventIds);
///