cygwin: export wmempcpy
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
8a94bca694
commit
f636eae26f
@ -1609,6 +1609,7 @@ wmemchr NOSIGFE
|
|||||||
wmemcmp NOSIGFE
|
wmemcmp NOSIGFE
|
||||||
wmemcpy NOSIGFE
|
wmemcpy NOSIGFE
|
||||||
wmemmove NOSIGFE
|
wmemmove NOSIGFE
|
||||||
|
wmempcpy NOSIGFE
|
||||||
wmemset NOSIGFE
|
wmemset NOSIGFE
|
||||||
wordexp NOSIGFE
|
wordexp NOSIGFE
|
||||||
wordfree NOSIGFE
|
wordfree NOSIGFE
|
||||||
|
@ -489,12 +489,13 @@ details. */
|
|||||||
__stack_chk_fail, __stack_chk_guard, __stpcpy_chk, __stpncpy_chk,
|
__stack_chk_fail, __stack_chk_guard, __stpcpy_chk, __stpncpy_chk,
|
||||||
__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
|
__strcat_chk, __strcpy_chk, __strncat_chk, __strncpy_chk,
|
||||||
__vsnprintf_chk, __vsprintf_chk.
|
__vsnprintf_chk, __vsprintf_chk.
|
||||||
|
321: Export wmempcpy.
|
||||||
|
|
||||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||||
sigaltstack, sethostname. */
|
sigaltstack, sethostname. */
|
||||||
|
|
||||||
#define CYGWIN_VERSION_API_MAJOR 0
|
#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
|
/* There is also a compatibity version number associated with the shared memory
|
||||||
regions. It is incremented when incompatible changes are made to the shared
|
regions. It is incremented when incompatible changes are made to the shared
|
||||||
|
@ -1396,6 +1396,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
wcstoll_l
|
wcstoll_l
|
||||||
wcstoul_l
|
wcstoul_l
|
||||||
wcstoull_l
|
wcstoull_l
|
||||||
|
wmempcpy
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
</sect1>
|
</sect1>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user