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:
authorYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 04:47:13 +0300
committerYaakov Selkowitz <yselkowi@redhat.com>2017-11-30 13:06:51 +0300
commitf636eae26f70b7c5bae5fb7ec7386cf92aca125d (patch)
treef67cd49f724dcc8457c4a11b43e5f6421f144e5c
parent8a94bca694a6b6eb259f191922e0ef2ac9afc60a (diff)
cygwin: export wmempcpy
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
-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 a482cf2b7..14b9c2c18 100644
--- a/winsup/cygwin/common.din
+++ b/winsup/cygwin/common.din
@@ -1609,6 +1609,7 @@ wmemchr NOSIGFE
wmemcmp NOSIGFE
wmemcpy NOSIGFE
wmemmove NOSIGFE
+wmempcpy NOSIGFE
wmemset NOSIGFE
wordexp NOSIGFE
wordfree NOSIGFE
diff --git a/winsup/cygwin/include/cygwin/version.h b/winsup/cygwin/include/cygwin/version.h
index d8bb3ee44..7510f42b0 100644
--- a/winsup/cygwin/include/cygwin/version.h
+++ b/winsup/cygwin/include/cygwin/version.h
@@ -489,12 +489,13 @@ details. */
__stack_chk_fail, __stack_chk_guard, __stpcpy_chk, __stpncpy_chk,
__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
__vsnprintf_chk, __vsprintf_chk.
+ 321: Export wmempcpy.
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 320
+#define CYGWIN_VERSION_API_MINOR 321
/* 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 c99e003ba..ab574300f 100644
--- a/winsup/doc/posix.xml
+++ b/winsup/doc/posix.xml
@@ -1396,6 +1396,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
wcstoll_l
wcstoul_l
wcstoull_l
+ wmempcpy
</screen>
</sect1>