]> sourceware.org Git - newlib-cygwin.git/commitdiff
cygwin: Export explicit_bzero
authorYaakov Selkowitz <yselkowi@redhat.com>
Wed, 2 Aug 2017 06:09:49 +0000 (01:09 -0500)
committerYaakov Selkowitz <yselkowi@redhat.com>
Wed, 2 Aug 2017 06:09:49 +0000 (01:09 -0500)
This was added to newlib together with timingsafe_*cmp but never exported.

Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
winsup/cygwin/common.din
winsup/cygwin/include/cygwin/version.h
winsup/doc/posix.xml

index 08baa9e07fde57797c8a605ff1948dcfe5444aad..73e676841277627848494984bddc50d37677d519 100644 (file)
@@ -433,6 +433,7 @@ exp2f NOSIGFE
 exp2l NOSIGFE
 expf NOSIGFE
 expl NOSIGFE
+explicit_bzero NOSIGFE
 expm1 NOSIGFE
 expm1f NOSIGFE
 expm1l NOSIGFE
index bbb6326267044ec444b9fc43748510c205361fea..ce548b13a8e0c6c5e7cb7bcca34f53a27b6c9b15 100644 (file)
@@ -478,12 +478,13 @@ details. */
   311: Export __xpg_sigpause.
   312: Export strverscmp, versionsort.
   313: Export fls, flsl, flsll.
+  314: Export explicit_bzero.
 
   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 313
+#define CYGWIN_VERSION_API_MINOR 314
 
 /* 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 bc506434f861ac126c4eb4c9159d054934128ad5..5ce5988bc7c0ec5a26dcf151bbac0d277629d2d1 100644 (file)
@@ -1139,6 +1139,7 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
     endusershell
     err
     errx
+    explicit_bzero
     feof_unlocked
     ferror_unlocked
     fflush_unlocked
This page took 0.03548 seconds and 5 git commands to generate.