summaryrefslogtreecommitdiff
path: root/time64.c
diff options
context:
space:
mode:
Diffstat (limited to 'time64.c')
-rwxr-xr-xtime64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time64.c b/time64.c
index 9be965af3c..764ac721b0 100755
--- a/time64.c
+++ b/time64.c
@@ -465,7 +465,7 @@ static struct TM *S_gmtime64_r (const Time64_T *in_time, struct TM *p)
}
-struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm)
+static struct TM *S_localtime64_r (const Time64_T *time, struct TM *local_tm)
{
time_t safe_time;
struct tm safe_date;