From 5e9b32b439627068a0292370fe595220dbfc95a0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 26 Sep 1995 19:27:15 +0000 Subject: posix support initially added --- cpukit/libcsupport/src/__gettod.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpukit/libcsupport/src/__gettod.c') diff --git a/cpukit/libcsupport/src/__gettod.c b/cpukit/libcsupport/src/__gettod.c index d01a85b4a4..6c9350d41c 100644 --- a/cpukit/libcsupport/src/__gettod.c +++ b/cpukit/libcsupport/src/__gettod.c @@ -58,14 +58,14 @@ int gettimeofday( * yet. When it does this needs to be fixed. */ +#if 0 if ( tzp ) { tzp->tz_minuteswest = 0; /* at UTC */ tzp->tz_dsttime = 0; /* no daylight savings */ -#if 0 tzp->minuteswest = timezone / 60; /* from seconds to minutes */ tzp->dsttime = daylight; -#endif } +#endif return 0; } -- cgit v1.2.3