change comment format

SCCS-file: localtime.c
SCCS-SID: 7.78
This commit is contained in:
Arthur David Olson
2012-07-18 03:02:41 -04:00
committed by Paul Eggert
parent 9202470b45
commit f12c2c90c7
+6 -4
View File
@@ -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;