home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / posix / sys / stat / umask.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  194 b   |  12 lines

  1. @node umask, file system
  2.  
  3. @example
  4. #include <sys/stat.h>
  5.  
  6. mode_t umask(mode_t cmask);
  7. @end example
  8.  
  9. @subheading Description
  10.  
  11. This function does nothing.  It exists to assist porting.
  12.