Changeset 383


Ignore:
Timestamp:
Jul 15, 2003, 7:03:52 PM (22 years ago)
Author:
bird
Message:

#434: bsdselect() for both 4.4 and 4.3 modes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/select.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r382 r383  
    8888
    8989
    90 #ifdef TCPV40HDRS
    91 /** This is the TCPIP v4.0 bsd styled select.
     90/** This is the bsd styled select.
    9291 * Normally it's mapped to select(), but since we don't want any such
    9392 * confusion we don't.
    94  * @remark The normal select() doesn't have socket capabilities int the sys style libc.
     93 * @remark The normal select() doesn't have socket capabilities since the sys style libc.
    9594 */
    9695int _System bsdselect(int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
    97 #endif
    9896/** This is the TCPIP OS/2 styled select. */
    9997int _System os2_select(int *, int, int, int, long);
Note: See TracChangeset for help on using the changeset viewer.