Changeset 187 for trunk/src/emx/include/sys
- Timestamp:
- May 19, 2003, 3:20:02 PM (23 years ago)
- Location:
- trunk/src/emx/include/sys
- Files:
-
- 5 edited
-
ioccom.h (modified) (1 diff, 1 prop)
-
select.h (modified) (1 diff, 1 prop)
-
socket.h (modified) (1 diff, 1 prop)
-
time.h (modified) (1 diff, 1 prop)
-
uio.h (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/ioccom.h
-
Property cvs2svn:cvs-rev
changed from
1.1to1.2
r186 r187 74 74 __BEGIN_DECLS 75 75 #ifdef TCPV40HDRS 76 /* We must use a different ioctl function in this mode because of the 77 * different _IOC macro and hence IOCTL value. 78 */ 79 #define ioctl tcpip40_ioctl 80 #define _ioctl tcpip40__ioctl 76 /** @name tcpip40 function mappings. 77 * @{ */ 81 78 #define so_ioctl tcpip40_so_ioctl 79 82 80 83 81 /** The v40 socket ioctl interface. -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/select.h
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r186 r187 86 86 */ 87 87 int _System bsdselect(int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *); 88 89 88 90 #define os2_select tcpip40_os2_select 91 89 92 #endif 90 93 /** This is the TCPIP OS/2 styled select. */ -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/socket.h
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r186 r187 432 432 #endif 433 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 434 470 int _System accept (int, struct sockaddr *, int *); 435 471 int _System bind (int, __const__ struct sockaddr *, int); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/time.h
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r186 r187 156 156 157 157 #if defined(TCPV40HDRS) || !defined(_POSIX_SOURCE) 158 159 160 161 162 163 164 158 165 int _System utimes (__const__ char *, __const__ struct timeval *); 159 166 int _System gettimeofday (struct timeval *, struct timezone *); -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/include/sys/uio.h
-
Property cvs2svn:cvs-rev
changed from
1.2to1.3
r186 r187 46 46 #endif 47 47 48 49 50 51 52 53 48 54 int _System readv (int, __const__ struct iovec *, int); 49 55 int _System writev (int, __const__ struct iovec *, int); -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.
