repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
time
/
tzvars.c
blob
d1f17649b7112ea520032f2bfc109191febb5a2c
1
#include <time.h>
2
3
/* Global timezone variables. */
4
5
/* Default timezone to GMT */
6
char
*
_tzname
[
2
] = {
"GMT"
,
"GMT"
};
7
int
_daylight
=
0
;
8
long
_timezone
=
0
;
9
10