comparison src/mktime.c @ 20252:cb1aec706f64

automatically generated from GPLed version
author Ulrich Drepper <drepper@redhat.com>
date Wed, 12 Nov 1997 01:24:57 +0000
parents 278944a16af3
children a7d1d668f57f
comparison
equal deleted inserted replaced
20251:0457d32c5b05 20252:cb1aec706f64
194 time_t t, dt, t0; 194 time_t t, dt, t0;
195 struct tm tm; 195 struct tm tm;
196 196
197 /* The maximum number of probes (calls to CONVERT) should be enough 197 /* The maximum number of probes (calls to CONVERT) should be enough
198 to handle any combinations of time zone rule changes, solar time, 198 to handle any combinations of time zone rule changes, solar time,
199 and leap seconds. Posix.1 prohibits leap seconds, but some hosts 199 and leap seconds. POSIX.1 prohibits leap seconds, but some hosts
200 have them anyway. */ 200 have them anyway. */
201 int remaining_probes = 4; 201 int remaining_probes = 4;
202 202
203 /* Time requested. Copy it in case CONVERT modifies *TP; this can 203 /* Time requested. Copy it in case CONVERT modifies *TP; this can
204 occur if TP is localtime's returned value and CONVERT is localtime. */ 204 occur if TP is localtime's returned value and CONVERT is localtime. */