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

    r457 r506  
    3131#include <process.h>
    3232
     33#include <syscalls.h>
     34
    3335////////////////////////////////
    34 int sys_rmdir( char * pathname )
     36int sys_rmdir( const char * pathname )
    3537{
    3638    error_t     error;
Note: See TracChangeset for help on using the changeset viewer.