diff options
Diffstat (limited to 'time/offtime.c')
-rw-r--r-- | time/offtime.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/time/offtime.c b/time/offtime.c index a437266..8aaabb2 100644 --- a/time/offtime.c +++ b/time/offtime.c @@ -26,10 +26,7 @@ and store year, yday, mon, mday, wday, hour, min, sec into *TP. Return nonzero if successful. */ int -__offtime (t, offset, tp) - const time_t *t; - long int offset; - struct tm *tp; +__offtime (const time_t *t, long int offset, struct tm *tp) { time_t days, rem, y; const unsigned short int *ip; |