Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--winsup/cygwin/common.din1
-rw-r--r--winsup/cygwin/include/cygwin/version.h3
-rw-r--r--winsup/doc/posix.xml1
3 files changed, 4 insertions, 1 deletions
diff --git a/winsup/cygwin/common.din b/winsup/cygwin/common.din
index 8e54a7ddd..6620700c2 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -1139,6 +1139,7 @@ readlink SIGFE
readlinkat SIGFE
readv SIGFE
realloc SIGFE
+reallocarray SIGFE
reallocf SIGFE
realpath SIGFE
recv = cygwin_recv SIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index 453432644..7baca6158 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -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
diff --git a/winsup/doc/posix.xml b/winsup/doc/posix.xml
index a3b2e9f5e..5c9f65637 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -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