* 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

@@ -1197,6 +1197,7 @@ readv SIGFE
_readv = readv SIGFE
realloc SIGFE
_realloc = realloc SIGFE
reallocf SIGFE
realpath SIGFE
recv = cygwin_recv SIGFE
recvfrom = cygwin_recvfrom SIGFE