X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fmap.h;h=cf6213c8c56f9e1b8f31cc5f2ca735390312e88d;hb=07bf83dd61a595f7ebba4e66267886b0d2ef18fd;hp=8c6ef5000f2fc22c8dea1fac92404d3e2284ba74;hpb=22577feecfa38fc15a01887f27aa5687b0c5504c;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);