mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-18 23:12:15 +08:00
Cygwin: Export reallocarray
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
parent
6f88e6b2d5
commit
961a6909d9
@ -1139,6 +1139,7 @@ readlink SIGFE
|
||||
readlinkat SIGFE
|
||||
readv SIGFE
|
||||
realloc SIGFE
|
||||
reallocarray SIGFE
|
||||
reallocf SIGFE
|
||||
realpath SIGFE
|
||||
recv = cygwin_recv SIGFE
|
||||
|
@ -474,12 +474,13 @@ details. */
|
||||
307: Export timingsafe_bcmp, timingsafe_memcmp.
|
||||
308: Export dladdr.
|
||||
309: Export getloadavg.
|
||||
310: Export reallocarray.
|
||||
|
||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||
sigaltstack, sethostname. */
|
||||
|
||||
#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
|
||||
regions. It is incremented when incompatible changes are made to the shared
|
||||
|
@ -1198,6 +1198,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
||||
qsort_r (see chapter "Implementation Notes")
|
||||
rcmd
|
||||
rcmd_af
|
||||
reallocarray
|
||||
reallocf
|
||||
res_close
|
||||
res_init
|
||||
|
Loading…
x
Reference in New Issue
Block a user