X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f From: Message-Id: <200412311246.iBVCkgIM016365@speedy.ludd.ltu.se> Subject: tzname comment in tests/libclink/check.cc (something for Esa?) To: DJGPP-WORKERS Date: Fri, 31 Dec 2004 13:46:42 +0100 (CET) X-Mailer: ELM [version 2.4ME+ PL78 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-ltu-MailScanner-Information: Please contact the ISP for more information X-ltu-MailScanner: Found to be clean X-MailScanner-From: ams AT ludd DOT ltu DOT se Reply-To: djgpp-workers AT delorie DOT com Hello. There's this interesting comment in tests/libclink/check.cc: /* Note: tzname is POSIX, but we list it here because it is a datum, not a function, and we can't stub it. ctime() sets tzname, and ctime is ANSI and tzname is POSIX. Sigh. */ Couldn't this be corrected in the same way that we corrected environ pollution? Right, MartinS