diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-01-09 09:05:04 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-01-09 09:05:04 +0000 |
commit | 066a8e2f6f4637d7239a141bd57e73c82991b690 (patch) | |
tree | d7f26fa3bee63b8f18faea0ee333e1fabfde991e /libc | |
parent | 2d503e1611cb990077c363b885118b4ccb3d67ef (diff) |
Fix duplicate of timezone
Diffstat (limited to 'libc')
-rw-r--r-- | libc/misc/time/tm_conv.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/misc/time/tm_conv.c b/libc/misc/time/tm_conv.c index 480cfa28b..af82115e2 100644 --- a/libc/misc/time/tm_conv.c +++ b/libc/misc/time/tm_conv.c @@ -81,10 +81,6 @@ static const unsigned short int __mon_lengths[2][12] = { /* Leap years. */ {31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31} }; -/* This global is exported to the wide world in keeping - * with the interface in time.h */ -long int timezone; - void __tm_conv(tmbuf, t, offset) struct tm *tmbuf; |