git.cweiske.de
/
enigma2.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Components/Harddisc.py: fix handling for old devfs 7025 kernel
[enigma2.git]
/
lib
/
driver
/
etimezone.cpp
1
#include "etimezone.h"
2
#include <time.h>
3
4
void e_tzset()
5
{
6
tzset();
7
}