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