Changeset 2215 for trunk/src/emx/include/io.h
- Timestamp:
- Jul 6, 2005, 5:51:54 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/io.h
-
Property cvs2svn:cvs-rev
changed from
1.11
to1.12
r2214 r2215 77 77 ssize_t read (int, void *, size_t); 78 78 int 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. */ 80 80 int sopen (__const__ char *, int, int, ...); 81 81 int stat (__const__ char *, struct stat *); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.