]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm510/settime.s
Adjusted comments to match actual prototypes.
[cc65] / libsrc / cbm510 / settime.s
index 6eb08a1acf93cbac0fe57491e407ecffd29b1e72..08de7915a297038ad3c66bb0cd710e507f0443ee 100644 (file)
@@ -2,7 +2,7 @@
 ; 2018-08-18, Oliver Schmidt
 ; 2018-08-19, Greg King
 ;
-; int clock_settime (clockid_t clk_id, const struct timespec *tp);
+; int __fastcall__ clock_settime (clockid_t clk_id, const struct timespec *tp);
 ;
 
         .include        "time.inc"