X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=libsrc%2Fcbm610%2Fgettime.s;h=7e510af299832c8ef8f0f8ebc164872b8e3e69a6;hb=40f42e977f40a9a861345d77ef6f8b986fbece4b;hp=4c66f7747643057326b0cb4f2e0e9423851bd732;hpb=f5534a54325ce133b939119c2875c1ae49736259;p=cc65 diff --git a/libsrc/cbm610/gettime.s b/libsrc/cbm610/gettime.s index 4c66f7747..7e510af29 100644 --- a/libsrc/cbm610/gettime.s +++ b/libsrc/cbm610/gettime.s @@ -4,7 +4,7 @@ ; 2018-08-18, Oliver Schmidt ; 2018-08-19, Greg King ; -; int clock_gettime (clockid_t clk_id, struct timespec *tp); +; int __fastcall__ clock_gettime (clockid_t clk_id, struct timespec *tp); ; .include "time.inc"