X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=support%2Fstdlib.c;h=077a85e58f56388f1ab9357ccbfbc5f2ba8cdc4f;hb=c952badd43d182d58da94c9976ebd8f34e5d805d;hp=0c4358a51402d3d7b2b577db88eef64497857af2;hpb=2225b6a260e1f0d469e37ec0df68a89e832688cd;p=mono.git diff --git a/support/stdlib.c b/support/stdlib.c index 0c4358a5140..077a85e58f5 100644 --- a/support/stdlib.c +++ b/support/stdlib.c @@ -72,6 +72,12 @@ Mono_Posix_Stdlib_realloc (void* ptr, mph_size_t size) return realloc (ptr, (size_t) size); } +void +Mono_Posix_Stdlib_free (void* p) +{ + free (p); +} + G_END_DECLS /*