Cygwin: Export reallocarray

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen 2017-04-04 12:23:18 +02:00
parent 6f88e6b2d5
commit 961a6909d9
3 changed files with 4 additions and 1 deletions

View File

@ -1139,6 +1139,7 @@ readlink SIGFE
readlinkat SIGFE readlinkat SIGFE
readv SIGFE readv SIGFE
realloc SIGFE realloc SIGFE
reallocarray SIGFE
reallocf SIGFE reallocf SIGFE
realpath SIGFE realpath SIGFE
recv = cygwin_recv SIGFE recv = cygwin_recv SIGFE

View File

@ -474,12 +474,13 @@ details. */
307: Export timingsafe_bcmp, timingsafe_memcmp. 307: Export timingsafe_bcmp, timingsafe_memcmp.
308: Export dladdr. 308: Export dladdr.
309: Export getloadavg. 309: Export getloadavg.
310: Export reallocarray.
Note that we forgot to bump the api for ualarm, strtoll, strtoull, Note that we forgot to bump the api for ualarm, strtoll, strtoull,
sigaltstack, sethostname. */ sigaltstack, sethostname. */
#define CYGWIN_VERSION_API_MAJOR 0 #define CYGWIN_VERSION_API_MAJOR 0
#define CYGWIN_VERSION_API_MINOR 309 #define CYGWIN_VERSION_API_MINOR 310
/* There is also a compatibity version number associated with the shared memory /* There is also a compatibity version number associated with the shared memory
regions. It is incremented when incompatible changes are made to the shared regions. It is incremented when incompatible changes are made to the shared

View File

@ -1198,6 +1198,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
qsort_r (see chapter "Implementation Notes") qsort_r (see chapter "Implementation Notes")
rcmd rcmd
rcmd_af rcmd_af
reallocarray
reallocf reallocf
res_close res_close
res_init res_init