From f82ee841f719926e91eb4a5533c964821f08488d Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Mon, 4 Dec 2017 16:58:19 -0500 Subject: Simplify date conversion by avoiding OS utilities We have to rely on non-portable OS calls to convert UTC times, and they are not available on many systems (including Solaris and MinGW). But instead there is a simple algorithm due to Howard Hinnant that does the same job. Woo. --- src/build-data/os/netbsd.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'src/build-data/os/netbsd.txt') diff --git a/src/build-data/os/netbsd.txt b/src/build-data/os/netbsd.txt index 4c82e6239..50d97fd8f 100644 --- a/src/build-data/os/netbsd.txt +++ b/src/build-data/os/netbsd.txt @@ -9,7 +9,6 @@ posix_mlock gmtime_r dlopen readdir -timegm threads filesystem -- cgit v1.2.3