* cygwin.din: Export reallocf.

* malloc_wrapper.cc( reallocf): New function.
	* posix.sgml: Add reallocf to BSD section.
	* include/cygwin/version.h: Bump API minor number.
	* libc/fts.c: Remove erroneous reallocf definition.
This commit is contained in:
Corinna Vinschen
2009-02-16 20:22:38 +00:00
parent de5c20c2de
commit c6b9747e04
6 changed files with 23 additions and 2 deletions

View File

@ -44,7 +44,6 @@ static char sccsid[] = "@(#)fts.c 8.6 (Berkeley) 8/14/94";
#define __FBSDID(x)
#define _open open
#define _close close
#define reallocf realloc
#endif
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: /repoman/r/ncvs/src/lib/libc/gen/fts.c,v 1.27 2004/06/08 06:23:23 das Exp $");