From f12c2c90c785194985dee2dbee7961b9282aceb6 Mon Sep 17 00:00:00 2001 From: Arthur David Olson Date: Thu, 4 Dec 2003 11:47:31 -0500 Subject: [PATCH] change comment format SCCS-file: localtime.c SCCS-SID: 7.78 --- localtime.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/localtime.c b/localtime.c index f06c5b0..4effa2b 100644 --- a/localtime.c +++ b/localtime.c @@ -1053,8 +1053,9 @@ const time_t * const timep; } /* - * Re-entrant version of localtime - */ +** Re-entrant version of localtime. +*/ + struct tm * localtime_r(timep, tm) const time_t * const timep; @@ -1113,8 +1114,9 @@ const time_t * const timep; } /* - * Re-entrant version of gmtime - */ +* Re-entrant version of gmtime. +*/ + struct tm * gmtime_r(timep, tm) const time_t * const timep;