]> git.sur5r.net Git - cc65/blobdiff - libsrc/cbm610/settime.s
Adjusted comments to match actual prototypes.
[cc65] / libsrc / cbm610 / settime.s
index 3d2a24af98888e6aad5eb92e32d56fc3f7fa604d..217135d764f9ae503e77ca93df3a54e584ce07ed 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"