From 1bdf3c0a8f4ad63e78559a6963ed62a8c2fc516c Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 8 Oct 2003 18:27:19 +0000 Subject: Apply a trivial patch that doesn't change anything, but which is alledged to workaround a toolchain specifi bug for the e1. --- libc/misc/time/time.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/misc') diff --git a/libc/misc/time/time.c b/libc/misc/time/time.c index 9bc8bc4cf..e2dadc211 100644 --- a/libc/misc/time/time.c +++ b/libc/misc/time/time.c @@ -1698,13 +1698,13 @@ void tzset(void) #ifdef __UCLIBC_HAS_TZ_CACHING__ *oldval = 0; /* Set oldval to an empty string. */ #endif /* __UCLIBC_HAS_TZ_CACHING__ */ + _time_tzinfo[0].gmt_offset = 0L; s = _time_tzinfo[0].tzname; *s = 'U'; *++s = 'T'; *++s = 'C'; *++s = *_time_tzinfo[1].tzname = 0; - _time_tzinfo[0].gmt_offset = 0; goto DONE; } -- cgit v1.2.3