Ignore:
Timestamp:
Jul 7, 2005, 6:03:55 AM (20 years ago)
Author:
bird
Message:

Renamed the BSD setmode to bsd_setmode and put back the PC setmode.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.12 to 1.13
    r2228 r2229  
    7777ssize_t read (int, void *, size_t);
    7878int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
    79 /* int setmode (int, int); - non standard, should not be in this namespace. besides it conflicts with BSD setmode/getmode. */
     79int setmode (int, int);
    8080int sopen (__const__ char *, int, int, ...);
    8181int stat (__const__ char *, struct stat *);
Note: See TracChangeset for help on using the changeset viewer.