Ignore:
Timestamp:
Aug 21, 2018, 9:52:57 PM (6 years ago)
Author:
viala@…
Message:

[kern] Add void type to function prototypes with no parameter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kernel/kern/thread.h

    r473 r485  
    336336 * is executed. We must analyse if we have the same behaviour for I86 architectures...
    337337 **************************************************************************************/
    338 void thread_idle_func();
     338void thread_idle_func( void );
    339339
    340340/***************************************************************************************
     
    376376 * have beeen released and the calling thread THREAD_FLAG_SCHED flag is set.
    377377 **************************************************************************************/
    378 void thread_check_sched();
     378void thread_check_sched( void );
    379379
    380380/***************************************************************************************
Note: See TracChangeset for help on using the changeset viewer.