Changeset 341 for trunk/src/emx/include


Ignore:
Timestamp:
Jul 10, 2003, 6:14:00 PM (22 years ago)
Author:
bird
Message:

#427: adjustments to make it includeable all by it self.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r340 r341  
    7070#endif /* !FD_SET */
    7171
     72
     73
     74
     75
     76
     77
     78
     79
    7280struct timeval;
    7381int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
     
    7886#warning int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *);
    7987#endif
     88
    8089
    8190#ifdef TCPV40HDRS
     
    96105/* toolkit BSD pollution: */
    97106#ifndef TCPV40HDRS
     107
     108
     109
     110
     111
     112
     113
    98114/*
    99115 * Used to maintain information about processes that wish to be
Note: See TracChangeset for help on using the changeset viewer.