diff options
author | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
---|---|---|
committer | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
commit | 68e8a8a5bb52a3db4971204e2e23cab2eb29097b (patch) | |
tree | 4e62b6575697b524376380313bbe2efe49763676 /missing_d/timegm.c | |
parent | a5dd80bb2b2ad33e0397b48d0ab2b220ed040f9e (diff) | |
download | egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.gz egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.bz2 egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.zip |
Fixes for building on OpenVMS
Diffstat (limited to 'missing_d/timegm.c')
-rw-r--r-- | missing_d/timegm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/missing_d/timegm.c b/missing_d/timegm.c index fdb65fb5..faf377ed 100644 --- a/missing_d/timegm.c +++ b/missing_d/timegm.c @@ -3,7 +3,7 @@ /* timegm -- based on Linux timegm man page */ -static time_t +time_t timegm(struct tm *tm) { time_t ret; |