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

    r457 r506  
    3232#include <process.h>
    3333
     34#include <syscalls.h>
     35
    3436/////////////////////////////////
    35 int sys_chdir ( char * pathname )
     37int sys_chdir ( const char * pathname )
    3638{
    3739    error_t   error;
Note: See TracChangeset for help on using the changeset viewer.