Ignore:
Timestamp:
Nov 10, 2018, 2:56:43 PM (6 years ago)
Author:
alain
Message:

Rewrite the mmap() and stat() syscalls to implement the cat command in ksh.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libs/mini-libc/stat.c

    r457 r597  
    4545}
    4646
    47 ///////////////////////////////
    48 int chmod( char     * pathname,
     47///////////////////////////////////
     48int chmod( char         * pathname,
    4949           unsigned int   rights )
    5050{
Note: See TracChangeset for help on using the changeset viewer.