diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:09:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:09:49 +0200 |
commit | feebb01f31e29740b050da1531416c90a12352ca (patch) | |
tree | b693ec44973e3a6566213b9e01ddb83db619c732 /missing_d/timegm.c | |
parent | 56f4a4139ad7e81064e25887f959a4a6e5e54a58 (diff) | |
parent | 3d0561d7546022605687802d19c5effcf89d7172 (diff) | |
download | egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.gz egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.bz2 egawk-feebb01f31e29740b050da1531416c90a12352ca.zip |
Merge branch 'gawk-4.2-stable'
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; |