Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git] / newlib / libc / time / tzvars.c
blobd1f17649b7112ea520032f2bfc109191febb5a2c
1 #include <time.h>
3 /* Global timezone variables. */
5 /* Default timezone to GMT */
6 char *_tzname[2] = {"GMT", "GMT"};
7 int _daylight = 0;
8 long _timezone = 0;