Changeset 687 for trunk/src


Ignore:
Timestamp:
Sep 11, 2003, 3:15:35 AM (22 years ago)
Author:
bird
Message:

#634: Changed prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/io/creat.c

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r686 r687  
    55#include <fcntl.h>
    66
    7 int _STD(creat) (const char *name, int pmode)
     7int _STD(creat) (const char *name, mode_t pmode)
    88{
    99  return open (name, O_WRONLY|O_TRUNC|O_CREAT, pmode);
Note: See TracChangeset for help on using the changeset viewer.