Adjusted comments to match actual prototypes.

This commit is contained in:
Oliver Schmidt
2018-11-06 11:13:23 +01:00
parent f5534a5432
commit 40f42e977f
21 changed files with 21 additions and 21 deletions

View File

@@ -1,7 +1,7 @@
;
; Ullrich von Bassewitz, 27.09.1998
;
; void set_brk (unsigned Addr);
; void __fastcall__ set_brk (unsigned Addr);
; void reset_brk (void);
;

View File

@@ -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"

View 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"