X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fmap.h;h=cf6213c8c56f9e1b8f31cc5f2ca735390312e88d;hb=07959b40bb41bbd2a215e085edcfd9a3ee77bbc7;hp=8c6ef5000f2fc22c8dea1fac92404d3e2284ba74;hpb=e273739f3dc4a2f2d7b1310d4c41941ebdc8e552;p=mono.git diff --git a/support/map.h b/support/map.h index 8c6ef5000f2..cf6213c8c56 100644 --- a/support/map.h +++ b/support/map.h @@ -2184,6 +2184,7 @@ void* Mono_Posix_Stdlib_realloc (void* ptr, guint64 size); void Mono_Posix_Stdlib_free (void* p); int Mono_Posix_Stdlib_rewind (void* stream); int Mono_Posix_Stdlib_setbuf (void* stream, void* buf); +int Mono_Posix_Stdlib_GetLastError (void); void Mono_Posix_Stdlib_SetLastError (int error); int Mono_Posix_Stdlib_setvbuf (void* stream, void* buf, int mode, guint64 size); void* Mono_Posix_Stdlib_fopen (char* path, char* mode);