Ignore:
Timestamp:
Aug 25, 2018, 6:29:34 PM (6 years ago)
Author:
viala@…
Message:

[syscalls] add interface in implementation.

Add const where possible, fix protoypes to follow interface.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/syscalls/sys_alarm.c

    r473 r506  
    3030#include <core.h>
    3131
     32#include <syscalls.h>
     33
    3234////////////////////////////////
    33 int sys_alarm( uint64_t cycles )
     35int sys_alarm( uint32_t cycles )
    3436{
    3537    thread_t  * this    = CURRENT_THREAD;
Note: See TracChangeset for help on using the changeset viewer.