mirror of
https://github.com/cc65/cc65.git
synced 2025-01-22 06:30:38 +00:00
fe5af26f9f
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.