This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
hongwenjun
/
musl
espejo de
https://git.musl-libc.org/git/musl
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
do not try to interpret implementation specific strings as tz definition
Timo Teräs
hace 11 años
padre
3176b57e52
commit
0f2315b4af
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
src/time/__tz.c
+ 1
- 0
src/time/__tz.c
Ver fichero
@@ -166,6 +166,7 @@ static void do_tzset()
}
}
}
+ if (!map) s = __gmt;
}
zi = map;