]> git.sur5r.net Git - cc65/commit
Added a replacement for utime(), because it has the same DST bug as stat().
authoruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Apr 2012 13:01:56 +0000 (13:01 +0000)
committeruz <uz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Tue, 3 Apr 2012 13:01:56 +0000 (13:01 +0000)
commita0c6ae2c62bbf270a9f31c2596863b085c08df8c
tree005aa07611ed1fbc8aa2a6f8a76bfa61ed166107
parentb833c6c8c5d2c3fb37f7b6da96c91356049f4d51
Added a replacement for utime(), because it has the same DST bug as stat().

git-svn-id: svn://svn.cc65.org/cc65/trunk@5637 b7a2c559-68d2-44c3-8de9-860c34a00d81
src/common/filetime.c [new file with mode: 0644]
src/common/filetime.h [new file with mode: 0644]
src/common/make/gcc.mak
src/common/make/watcom.mak