mirror of
https://frontier.innolan.net/rainlance/amiga-tz.git
synced 2026-09-19 08:34:38 +00:00
change comment format
SCCS-file: localtime.c SCCS-SID: 7.78
This commit is contained in:
committed by
Paul Eggert
parent
9202470b45
commit
f12c2c90c7
+6
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user