Remove the timezone() function.
authorPeter Avalos <pavalos@theshell.com>
Fri, 16 Jan 2009 15:52:59 +0000 (10:52 -0500)
committerPeter Avalos <pavalos@theshell.com>
Tue, 7 Apr 2009 07:08:34 +0000 (21:08 -1000)
commit7d013f9724346e48d5aa3e501e0bc081c73878d6
treea4e32e3fd5e8322f9b338823ec1a549635ab979d
parentc5f2988fd54f8812eb5d6f7b14dd4116a152d47b
Remove the timezone() function.

It conflicts with an XSI extension where timezone and daylight are
variables representing:

timezone:  the difference, in seconds, between Coordinated Universal
Time (UTC) and local standard time.

daylight:  set to 0 if Daylight Savings Time conversions should never be
applied for the timezone in use; otherwise, non-zero.
Makefile_upgrade.inc
include/time.h
lib/libc/gen/Makefile.inc
lib/libc/gen/timezone.3 [deleted file]
lib/libc/gen/timezone.c [deleted file]
lib/libc/stdtime/localtime.c