diff options
author | Craig A. Berry <craigberry@mac.com> | 2009-03-27 11:38:58 -0500 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2009-03-27 11:38:58 -0500 |
commit | 673062a98a355ab54c8d2f72e3282bc491065154 (patch) | |
tree | c8366b7cb3220960ab59f5d45df75a1cd6bb73d3 /time64.c | |
parent | 37fa5116bc1affdeacf7bc613c716046b0e91851 (diff) | |
download | perl-673062a98a355ab54c8d2f72e3282bc491065154.tar.gz |
Forgot one "static" in 7430375d1909c2b62c1fb3f9c6ed4b9d24dfcf32.
Diffstat (limited to 'time64.c')
-rwxr-xr-x | time64.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |