Changeset 341 for trunk/src/emx/include
- Timestamp:
- Jul 10, 2003, 6:14:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/src/emx/include/sys/select.h (modified) (3 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/select.h
-
Property cvs2svn:cvs-rev
changed from
1.3to1.4
r340 r341 70 70 #endif /* !FD_SET */ 71 71 72 73 74 75 76 77 78 79 72 80 struct timeval; 73 81 int select (int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *); … … 78 86 #warning int pselect(int, fd_set *, fd_set *, fd_set *, const struct timespec *, const sigset_t *); 79 87 #endif 88 80 89 81 90 #ifdef TCPV40HDRS … … 96 105 /* toolkit BSD pollution: */ 97 106 #ifndef TCPV40HDRS 107 108 109 110 111 112 113 98 114 /* 99 115 * Used to maintain information about processes that wish to be -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
