Ignore:
Timestamp:
May 1, 2005, 5:42:35 AM (20 years ago)
Author:
bird
Message:

Added fchmod and reimplemented chmod and lchmod.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/stat.h

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1939 r1940  
    337337#if __BSD_VISIBLE
    338338/** @todo int   fchflags(int, unsigned long); */
    339 /** @todo int   fchmod(int, mode_t); */
     339int     fchmod(int, mode_t);
    340340#endif
    341341int     fstat(int, struct stat *);
Note: See TracChangeset for help on using the changeset viewer.