Export timingsafe_bcmp and timingsafe_memcmp

Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
This commit is contained in:
Jon Turney 2017-03-06 17:54:42 +00:00
parent eed33fa2c4
commit b9498f17f9
4 changed files with 7 additions and 1 deletions

View File

@ -1437,6 +1437,8 @@ timer_gettime SIGFE
timer_settime SIGFE timer_settime SIGFE
times SIGFE times SIGFE
timezone SIGFE timezone SIGFE
timingsafe_bcmp NOSIGFE
timingsafe_memcmp NOSIGFE
tmpfile SIGFE tmpfile SIGFE
tmpnam SIGFE tmpnam SIGFE
toascii NOSIGFE toascii NOSIGFE

View File

@ -471,12 +471,13 @@ details. */
304: Export strerror_l, strptime_l, wcsftime_l. 304: Export strerror_l, strptime_l, wcsftime_l.
305: [f]pathconf flag _PC_CASE_INSENSITIVE added. 305: [f]pathconf flag _PC_CASE_INSENSITIVE added.
306: Export getentropy, getrandom. 306: Export getentropy, getrandom.
307: Export timingsafe_bcmp, timingsafe_memcmp.
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 306 #define CYGWIN_VERSION_API_MINOR 307
/* 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

View File

@ -1,6 +1,7 @@
What's new: What's new:
----------- -----------
- New API: timingsafe_bcmp, timingsafe_memcmp
What changed: What changed:
------------- -------------

View File

@ -1232,6 +1232,8 @@ also IEEE Std 1003.1-2008 (POSIX.1-2008).</para>
strlcat strlcat
strlcpy strlcpy
strsep strsep
timingsafe_bcmp
timingsafe_memcmp
updwtmp updwtmp
valloc valloc
verr verr