diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-04-04 12:23:18 +0200 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-04-04 12:23:18 +0200 |
commit | 961a6909d950a0423d0e70e8a64187fb7d535c7d (patch) | |
tree | a03aec3a8cabf20cdf0280be2898fac46e5fb53f | |
parent | 6f88e6b2d5ff9da4f881c9d98c34bc48caf30745 (diff) | |
download | cygnal-961a6909d950a0423d0e70e8a64187fb7d535c7d.tar.gz cygnal-961a6909d950a0423d0e70e8a64187fb7d535c7d.tar.bz2 cygnal-961a6909d950a0423d0e70e8a64187fb7d535c7d.zip |
Cygwin: Export reallocarray
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/common.din | 1 | ||||
-rw-r--r-- | winsup/cygwin/include/cygwin/version.h | 3 | ||||
-rw-r--r-- | winsup/doc/posix.xml | 1 |
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 |