Changeset 790


Ignore:
Timestamp:
Oct 2, 2003, 3:20:14 AM (22 years ago)
Author:
bird
Message:

Corrected chmod() prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/io.h

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r789 r790  
    4848
    4949int access (__const__ char *, int);
    50 int chmod (__const__ char *, int);
     50int chmod (__const__ char *, mode_t);
    5151int chsize (int, off_t);
    5252int close (int);
Note: See TracChangeset for help on using the changeset viewer.