diff options
author | Simon Warta <[email protected]> | 2015-07-17 17:10:02 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2015-07-27 13:04:40 +0200 |
commit | d4be8c6f64420bcc0f55ce6ae18bf9363bd46481 (patch) | |
tree | 18cf389fa35efd254a8a410a57b2165dca787ed7 /src/build-data | |
parent | 1f3ef881b103c4b8734691051f5de38f99c912af (diff) |
Add mktime fallback for non-POSIX timegm()
Closes #202
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/os/cygwin.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/darwin.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/freebsd.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/linux.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/mingw.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/netbsd.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/openbsd.txt | 1 | ||||
-rw-r--r-- | src/build-data/os/windows.txt | 1 |
8 files changed, 8 insertions, 0 deletions
diff --git a/src/build-data/os/cygwin.txt b/src/build-data/os/cygwin.txt index eb5835a6f..be67e2607 100644 --- a/src/build-data/os/cygwin.txt +++ b/src/build-data/os/cygwin.txt @@ -13,4 +13,5 @@ doc_dir docs <target_features> gettimeofday getsid +timegm </target_features> diff --git a/src/build-data/os/darwin.txt b/src/build-data/os/darwin.txt index f5f2589fb..3a13b34e4 100644 --- a/src/build-data/os/darwin.txt +++ b/src/build-data/os/darwin.txt @@ -15,6 +15,7 @@ gmtime_r memset_s readdir getsid +timegm </target_features> <aliases> diff --git a/src/build-data/os/freebsd.txt b/src/build-data/os/freebsd.txt index 346145785..32767cb1f 100644 --- a/src/build-data/os/freebsd.txt +++ b/src/build-data/os/freebsd.txt @@ -8,4 +8,5 @@ gmtime_r dlopen readdir getsid +timegm </target_features> diff --git a/src/build-data/os/linux.txt b/src/build-data/os/linux.txt index cb78c33ff..48c3bf318 100644 --- a/src/build-data/os/linux.txt +++ b/src/build-data/os/linux.txt @@ -8,6 +8,7 @@ gmtime_r dlopen readdir getsid +timegm </target_features> <aliases> diff --git a/src/build-data/os/mingw.txt b/src/build-data/os/mingw.txt index 4f3e7f08b..cc98b11e6 100644 --- a/src/build-data/os/mingw.txt +++ b/src/build-data/os/mingw.txt @@ -23,6 +23,7 @@ mingw32 <target_features> cryptgenrandom loadlibrary +mkgmtime win32_virtual_lock win32_get_systemtime </target_features> diff --git a/src/build-data/os/netbsd.txt b/src/build-data/os/netbsd.txt index 346145785..32767cb1f 100644 --- a/src/build-data/os/netbsd.txt +++ b/src/build-data/os/netbsd.txt @@ -8,4 +8,5 @@ gmtime_r dlopen readdir getsid +timegm </target_features> diff --git a/src/build-data/os/openbsd.txt b/src/build-data/os/openbsd.txt index 5df133c8e..510a7accd 100644 --- a/src/build-data/os/openbsd.txt +++ b/src/build-data/os/openbsd.txt @@ -7,4 +7,5 @@ posix_mlock gmtime_r dlopen readdir +timegm </target_features> diff --git a/src/build-data/os/windows.txt b/src/build-data/os/windows.txt index c34f2e7ab..fd74fe817 100644 --- a/src/build-data/os/windows.txt +++ b/src/build-data/os/windows.txt @@ -15,6 +15,7 @@ install_cmd_exec "copy" cryptgenrandom gmtime_s loadlibrary +mkgmtime query_perf_counter virtual_lock rtlsecurezeromemory |