Files
bind9/bin/dnssec
Ondřej SurýandEvan Hunt 5ae4d3d94a Add C11 localtime_r and gmtime_r shims for Windows
On Windows, C11 localtime_r() and gmtime_r() functions are not
available.  While localtime() and gmtime() functions are already thread
safe because they use Thread Local Storage, it's quite ugly to #ifdef
around every localtime_r() and gmtime_r() usage to make the usage also
thread-safe on POSIX platforms.

The commit adds wrappers around Windows localtime_s() and gmtime_s()
functions.

NOTE: The implementation of localtime_s and gmtime_s in Microsoft CRT
are incompatible with the C standard since it has reversed parameter
order and errno_t return type.

(cherry picked from commit 08f4c7d6c0)
2020-03-17 15:45:35 -07:00
..
2020-03-12 02:34:12 -07:00
2019-11-12 09:22:15 +01:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2019-11-12 09:22:15 +01:00
2020-01-27 11:10:16 -08:00
2020-02-12 15:37:33 +00:00
2019-01-02 11:51:52 +11:00
2020-02-12 15:37:33 +00:00
2020-01-27 11:10:16 -08:00
2018-09-24 15:32:33 -07:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-03-12 02:34:12 -07:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-01-27 11:10:16 -08:00
2020-02-24 22:04:43 -08:00
2019-11-12 09:22:15 +01:00