ev_avoid_stdio

master
Marc Alexander Lehmann 13 years ago
parent fb587536c4
commit c3b0f892af

@ -574,7 +574,7 @@ ev_realloc_emul (void *ptr, long size)
return realloc (ptr, size);
#else
/* some systems, notably openbsd and darwin, fail to properly
* implement realloc (x, 0) (as required by both ansi c-98 and
* implement realloc (x, 0) (as required by both ansi c-89 and
* the single unix specification, so work around them here.
*/

Loading…
Cancel
Save