Changeset 383
- Timestamp:
- Jul 15, 2003, 7:03:52 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/select.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r382 r383 88 88 89 89 90 #ifdef TCPV40HDRS 91 /** This is the TCPIP v4.0 bsd styled select. 90 /** This is the bsd styled select. 92 91 * Normally it's mapped to select(), but since we don't want any such 93 92 * confusion we don't. 94 * @remark The normal select() doesn't have socket capabilities intthe sys style libc.93 * @remark The normal select() doesn't have socket capabilities since the sys style libc. 95 94 */ 96 95 int _System bsdselect(int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *); 97 #endif98 96 /** This is the TCPIP OS/2 styled select. */ 99 97 int _System os2_select(int *, int, int, int, long); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.