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/process.c

    r472 r485  
    909909
    910910//////////////////////////////
    911 bool_t process_fd_array_full()
     911bool_t process_fd_array_full( void )
    912912{
    913913    // get extended pointer on reference process
     
    14701470
    14711471//////////////////////////
    1472 void process_init_create()
     1472void process_init_create( void )
    14731473{
    14741474    process_t      * process;       // local pointer on process descriptor
     
    16721672
    16731673////////////////////////////
    1674 uint32_t process_txt_alloc()
     1674uint32_t process_txt_alloc( void )
    16751675{
    16761676    uint32_t  index;       // TXT terminal index
Note: See TracChangeset for help on using the changeset viewer.