| 2298 | } |
| 2299 | |
| 2300 | struct tm * |
| 2301 | offtime(time_t const *timep, long offset) |
| 2302 | { |
| 2303 | # if !SUPPORT_C89 |
| 2304 | static struct tm tm; |
| 2305 | # endif |
| 2306 | return offtime_r(timep, offset, tm_multi(&tm, OFFTIME_TM_MULTI)); |
| 2307 | } |
| 2308 | |
| 2309 | # endif |
| 2310 | #endif |