X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fstdlib.c;h=56df107016f6d1c4affdf29d4d81ecf3ab27e4a7;hb=669d6a4561f3c5a0841b8594013e09ee8c1d0ed5;hp=55d866428fc48f542afc27d3708824c7f6b7239a;hpb=6cfd2055426c190ca2f6a9f8ca3af2da6f6a79d0;p=mono.git diff --git a/support/stdlib.c b/support/stdlib.c index 55d866428fc..56df107016f 100644 --- a/support/stdlib.c +++ b/support/stdlib.c @@ -9,6 +9,7 @@ #include +#include "map.h" #include "mph.h" G_BEGIN_DECLS @@ -64,16 +65,6 @@ Mono_Posix_Stdlib_realloc (void* ptr, mph_size_t size) return realloc (ptr, (size_t) size); } -#ifndef PLATFORM_WIN32 -int -Mono_Posix_Syscall_setkey (const char* key) -{ - errno = 0; - setkey (key); - return errno == 0 ? 0 : -1; -} -#endif /* ndef PLATFORM_WIN32 */ - G_END_DECLS /*