From d6b2a407783dbbd6c9680601da005de0bb0ff37d Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Mon, 17 Jun 2002 09:45:15 +0000 Subject: Commit the new time stuff, even though I haven't made it threadsafe yet. At least people can play with it. Also, fix a buglet in setenv.c. --- libc/misc/time/__time_static.c | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 libc/misc/time/__time_static.c (limited to 'libc/misc/time/__time_static.c') diff --git a/libc/misc/time/__time_static.c b/libc/misc/time/__time_static.c deleted file mode 100644 index d921ced90..000000000 --- a/libc/misc/time/__time_static.c +++ /dev/null @@ -1,17 +0,0 @@ - -#include - -/* These globals are exported by the C library */ -char *__tzname[2] = { (char *) "GMT", (char *) "GMT" }; -int __daylight = 0; -long int __timezone = 0L; -/* Grumble */ -weak_alias (__tzname, tzname); -weak_alias (__daylight, daylight); -weak_alias (__timezone, timezone); - - -/* static data for gmtime() and localtime() */ -struct tm __tmb; - - -- cgit v1.2.3