X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Ferrno.c;h=26ee780169183aff8538e23987818f38721356f4;hb=748b642a2c8b65f3ef39e8f9945225efef22027c;hp=a28425e03b84ab8a34617a148ba96577d4e3d939;hpb=702376ddc120cd545da7355f0ac0a8f9ad205b43;p=mono.git diff --git a/support/errno.c b/support/errno.c index a28425e03b8..26ee7801691 100644 --- a/support/errno.c +++ b/support/errno.c @@ -4,18 +4,12 @@ #include #include +#include "map.h" #include "mph.h" #include 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) {