Changeset 2229 for trunk/src/emx/include/io.h
- Timestamp:
- Jul 7, 2005, 6:03:55 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/io.h
-
Property cvs2svn:cvs-rev
changed from
1.12
to1.13
r2228 r2229 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); - non standard, should not be in this namespace. besides it conflicts with BSD setmode/getmode. */ 79 int setmode (int, int); 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.