]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Export reallocarray
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 4 Apr 2017 10:23:18 +0000 (12:23 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 4 Apr 2017 10:23:18 +0000 (12:23 +0200)
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/posix.xml

index 8e54a7ddd84eea252e35f4c28f92e6f70001fa9b..6620700c2cf21a9035959838e6dca2a0d712f9b2 100644 (file)
@@ -1139,6 +1139,7 @@ readlink SIGFE
 readlinkat SIGFE
 readv SIGFE
 realloc SIGFE
+reallocarray SIGFE
 reallocf SIGFE
 realpath SIGFE
 recv = cygwin_recv SIGFE
index 45343264401977b4bbda0d9850c48232ac2282c1..7baca61585ecc88c5446d98e1bcbbb8e99d47200 100644 (file)
@@ -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
index a3b2e9f5e3d5bb4e596ddd0324971422b55d3455..5c9f65637bae5ba1ae87846782cc51797fe7c5de 100644 (file)
@@ -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
This page took 0.039172 seconds and 5 git commands to generate.