]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: export wmempcpy
authorYaakov Selkowitz <yselkowi@redhat.com>
Thu, 30 Nov 2017 01:47:13 +0000 (19:47 -0600)
committerYaakov Selkowitz <yselkowi@redhat.com>
Thu, 30 Nov 2017 10:06:51 +0000 (04:06 -0600)
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/posix.xml

index a482cf2b7b08679e00e6cfd7660e75a494b416da..14b9c2c181b48bf1f8da283c486eeb8490effa52 100644 (file)
@@ -1609,6 +1609,7 @@ wmemchr NOSIGFE
 wmemcmp NOSIGFE
 wmemcpy NOSIGFE
 wmemmove NOSIGFE
+wmempcpy NOSIGFE
 wmemset NOSIGFE
 wordexp NOSIGFE
 wordfree NOSIGFE
index d8bb3ee44b2d8447f267c11f1728824ecbfc4a05..7510f42b00589677f715ce3e3633112d1bf40062 100644 (file)
@@ -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
index c99e003bae1f106a47e77c7bdeea2853d04ec5ca..ab574300f0d0a604b2397abc9fce0176b7411ee8 100644 (file)
@@ -1396,6 +1396,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     wcstoll_l
     wcstoul_l
     wcstoull_l
+    wmempcpy
 </screen>
 
 </sect1>
This page took 0.037646 seconds and 5 git commands to generate.