cygwin: Export explicit_bzero
This was added to newlib together with timingsafe_*cmp but never exported. Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
60546ae529
commit
2c83bc950f
@ -433,6 +433,7 @@ exp2f NOSIGFE
|
|||||||
exp2l NOSIGFE
|
exp2l NOSIGFE
|
||||||
expf NOSIGFE
|
expf NOSIGFE
|
||||||
expl NOSIGFE
|
expl NOSIGFE
|
||||||
|
explicit_bzero NOSIGFE
|
||||||
expm1 NOSIGFE
|
expm1 NOSIGFE
|
||||||
expm1f NOSIGFE
|
expm1f NOSIGFE
|
||||||
expm1l NOSIGFE
|
expm1l NOSIGFE
|
||||||
|
@ -478,12 +478,13 @@ details. */
|
|||||||
311: Export __xpg_sigpause.
|
311: Export __xpg_sigpause.
|
||||||
312: Export strverscmp, versionsort.
|
312: Export strverscmp, versionsort.
|
||||||
313: Export fls, flsl, flsll.
|
313: Export fls, flsl, flsll.
|
||||||
|
314: Export explicit_bzero.
|
||||||
|
|
||||||
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 313
|
#define CYGWIN_VERSION_API_MINOR 314
|
||||||
|
|
||||||
/* 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
|
||||||
|
@ -1139,6 +1139,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
|
|||||||
endusershell
|
endusershell
|
||||||
err
|
err
|
||||||
errx
|
errx
|
||||||
|
explicit_bzero
|
||||||
feof_unlocked
|
feof_unlocked
|
||||||
ferror_unlocked
|
ferror_unlocked
|
||||||
fflush_unlocked
|
fflush_unlocked
|
||||||
|
Loading…
x
Reference in New Issue
Block a user