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/os/cygwin.txt | |
parent | 1f3ef881b103c4b8734691051f5de38f99c912af (diff) |
Add mktime fallback for non-POSIX timegm()
Closes #202
Diffstat (limited to 'src/build-data/os/cygwin.txt')
-rw-r--r-- | src/build-data/os/cygwin.txt | 1 |
1 files changed, 1 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> |