[xbuild] Fix bug #674337.
[mono.git] / support / errno.c
index a28425e03b84ab8a34617a148ba96577d4e3d939..26ee780169183aff8538e23987818f38721356f4 100644 (file)
@@ -4,18 +4,12 @@
 
 #include <errno.h>
 #include <string.h>
+#include "map.h"
 #include "mph.h"
 #include <stdio.h>
 
 G_BEGIN_DECLS
 
-/* DEPRECATED: Use the Stdlib version instead */
-void
-Mono_Posix_Syscall_SetLastError (int error_number)
-{
-       errno = error_number;
-}
-
 void
 Mono_Posix_Stdlib_SetLastError (int error_number)
 {