repo.or.cz
/
minix3.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
at_wini also needs a pci_reserve() for the pci compatability device, if
[minix3.git]
/
lib
/
ansi
/
tzset.c
blob
a61f945713bdbcc5bf0b89057cf7b4090a2f6875
1
/*
2
* tzset - set timezone information
3
*/
4
/* $Header$ */
5
6
/* This function is present for System V && POSIX */
7
8
#include <time.h>
9
#include
"loc_time.h"
10
11
void
12
tzset
(
void
)
13
{
14
_tzset
();
/* does the job */
15
}