Time zone confusion and implementation hints
Robert Elz
kre at munnari.OZ.AU
Tue Jul 6 20:42:24 UTC 2010
Date: Tue, 06 Jul 2010 20:01:22 +0200
From: Yves Goergen <nospam.list at unclassified.de>
Message-ID: <4C336F72.9000708 at unclassified.de>
| There just remains a missing _link reference that I cannot resolve.
Just make a link() function that does
link() { return -1; }
That will be enough to cause zic to fall back to symlinks() instead,
and those should work on Windows.
So, ...
| And why do I need to? Can I just define my own _link() { } ?
yes, but it needs to return an error code to indicate it failed, then
all should be OK.
kre
More information about the tz
mailing list