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

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