Changeset 687 for trunk/src/emx
- Timestamp:
- Sep 11, 2003, 3:15:35 AM (22 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/src/emx/src/lib/io/creat.c (modified) (1 diff, 1 prop)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/src/emx/src/lib/io/creat.c- 
Property       cvs2svn:cvs-rev
 changed from       1.3to1.4
 r686 r687 5 5 #include <fcntl.h> 6 6 7 int _STD(creat) (const char *name, int pmode)7 int _STD(creat) (const char *name, mode_t pmode) 8 8 { 9 9 return open (name, O_WRONLY|O_TRUNC|O_CREAT, pmode); 
- 
Property       cvs2svn:cvs-rev
 changed from       
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
