Ignore:
Timestamp:
Jul 6, 2005, 5:51:54 AM (20 years ago)
Author:
bird
Message:

o Changed PC setmode to _setmode. As it collides with a BSD 4.4. interface.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r2214 r2215  
    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);
     79/* int setmode (int, int); - non standard, should not be in this namespace. besides it conflicts with BSD setmode/getmode. */
    8080int sopen (__const__ char *, int, int, ...);
    8181int stat (__const__ char *, struct stat *);
Note: See TracChangeset for help on using the changeset viewer.