Преглед на файлове

Fix duplicate of timezone

Eric Andersen преди 23 години
родител
ревизия
066a8e2f6f
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      libc/misc/time/tm_conv.c

+ 0 - 4
libc/misc/time/tm_conv.c

@@ -81,10 +81,6 @@ static const unsigned short int __mon_lengths[2][12] = {
 	/* Leap years.  */
 	{31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31}
 };
-/* This global is exported to the wide world in keeping
- * with the interface in time.h */
-long int timezone;
-
 
 void __tm_conv(tmbuf, t, offset)
 struct tm *tmbuf;