]> git.sur5r.net Git - cc65/commit
Express assumption about struct timespec.
authorOliver Schmidt <ol.sc@web.de>
Fri, 17 Aug 2018 23:28:30 +0000 (01:28 +0200)
committerOliver Schmidt <ol.sc@web.de>
Fri, 17 Aug 2018 23:29:40 +0000 (01:29 +0200)
commitfe5af26f9fc2b36dc91b646a60da0090accb98c4
treea5d693bd0c36e2fcd9935b86d80ef5b9057e10a4
parenteb9872c684c88d5df64e0efb2352378e47cd4428
Express assumption about struct timespec.

We basically cast a struct timespec pointer to a time_t pointer when we pass the clock_settime() paramter to localtime(). Explicitly express that in the source code.
libsrc/apple2/settime.s
libsrc/c128/settime.s
libsrc/c64/settime.s
libsrc/cbm510/settime.s
libsrc/cbm610/settime.s