aboutsummaryrefslogtreecommitdiffstats
path: root/missing_d
diff options
context:
space:
mode:
Diffstat (limited to 'missing_d')
-rw-r--r--missing_d/ChangeLog4
-rw-r--r--missing_d/timegm.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog
index 3119ad81..8d62768c 100644
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@ -1,3 +1,7 @@
+2019-01-09 John E. Malmberg <wb8tyw@qsl.net>
+
+ * timegm.c (timegm): Remove static attribute from function.
+
2018-12-12 Andrew J. Schorr <aschorr@telemetry-investments.com>
* timegm.c (timegm): Add comment indicating that this came from
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;