summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/CORE/time64.h
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/CORE/time64.h')
-rw-r--r--Master/tlpkg/tlperl/lib/CORE/time64.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/tlpkg/tlperl/lib/CORE/time64.h b/Master/tlpkg/tlperl/lib/CORE/time64.h
index b7306d01fb4..6f60bce8330 100644
--- a/Master/tlpkg/tlperl/lib/CORE/time64.h
+++ b/Master/tlpkg/tlperl/lib/CORE/time64.h
@@ -49,9 +49,8 @@ struct TM64 {
/* Declare functions */
-static struct TM *S_gmtime64_r (const Time64_T *, struct TM *);
-static struct TM *S_localtime64_r (const Time64_T *, struct TM *);
-static Time64_T S_timegm64 (struct TM *);
+struct TM *Perl_gmtime64_r (const Time64_T *, struct TM *);
+struct TM *Perl_localtime64_r (const Time64_T *, struct TM *);
/* Not everyone has gm/localtime_r(), provide a replacement */