aboutsummaryrefslogtreecommitdiffstats
path: root/stdtime
diff options
context:
space:
mode:
Diffstat (limited to 'stdtime')
-rwxr-xr-xstdtime/localtime.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdtime/localtime.c b/stdtime/localtime.c
index 84ea38f6b..1ad9bf6c9 100755
--- a/stdtime/localtime.c
+++ b/stdtime/localtime.c
@@ -1187,7 +1187,7 @@ register struct tm * const tmp;
#endif /* defined TM_GMTOFF */
}
-char *
+static char *
ctime(timep)
const time_t * const timep;
{
@@ -1200,7 +1200,7 @@ const time_t * const timep;
return asctime(localtime(timep));
}
-char *
+static char *
ctime_r(timep, buf)
const time_t * const timep;
char *buf;