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_chmod.c

    r457 r506  
    3030#include <process.h>
    3131
     32#include <syscalls.h>
     33
    3234//////////////////////////////////
    33 int sys_chmod( char    * pathname,
    34                uint32_t  rights )
     35int sys_chmod( const char * pathname,
     36               uint32_t     rights )
    3537{
    3638    error_t     error;
Note: See TracChangeset for help on using the changeset viewer.