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

#634: Updated creat() declaration.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r682 r683  
    2828#endif
    2929
     30
     31
     32
     33
     34
     35
    3036#if !defined (SEEK_SET)
    3137#define SEEK_SET 0
     
    4551int chsize (int, long);
    4652int close (int);
    47 int creat (__const__ char *, int);
     53int creat (t);
    4854int dup (int);
    4955int dup2 (int, int);
Note: See TracChangeset for help on using the changeset viewer.