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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2017-04-04 13:23:18 +0300
committerCorinna Vinschen <corinna@vinschen.de>2017-04-04 13:23:18 +0300
commit961a6909d950a0423d0e70e8a64187fb7d535c7d (patch)
treea03aec3a8cabf20cdf0280be2898fac46e5fb53f /winsup
parent6f88e6b2d5ff9da4f881c9d98c34bc48caf30745 (diff)
Cygwin: Export reallocarray
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-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