summaryrefslogtreecommitdiff
path: root/time64.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2015-07-20 11:51:47 +0300
committerJarkko Hietaniemi <jhi@iki.fi>2015-07-22 08:33:24 -0400
commitf832b29a2b3f71c66c6e6b76a02b5faefe0ebeb1 (patch)
tree2405e698da778a41c6af6535c99f5a7e154b774e /time64.h
parenta55c5245146801ac2b2be2914342a6a829670513 (diff)
downloadperl-f832b29a2b3f71c66c6e6b76a02b5faefe0ebeb1.tar.gz
Add time64 as its own build target.
Diffstat (limited to 'time64.h')
-rw-r--r--time64.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/time64.h b/time64.h
index b7306d01fb..94f34919ca 100644
--- a/time64.h
+++ b/time64.h
@@ -49,8 +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 *);
+struct TM *Perl_gmtime64_r (const Time64_T *, struct TM *);
+struct TM *Perl_localtime64_r (const Time64_T *, struct TM *);
static Time64_T S_timegm64 (struct TM *);