Changeset 354 for trunk/src/emx/include/sys/uio.h
- Timestamp:
- Jul 11, 2003, 1:39:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/uio.h
-
Property cvs2svn:cvs-rev
changed from
1.7
to1.8
r353 r354 62 62 UIO_USERISPACE /* from user I space */ 63 63 }; 64 /** @name tcpip40 function mappings.65 * @{ */66 #define so_readv tcpip40_readv67 #define so_writev tcpip40_writev68 /* @} */69 64 #endif 70 65 71 66 /* TCPIP versions */ 72 int _System so_readv (int, __const__ struct iovec *, int); 73 int _System so_writev (int, __const__ struct iovec *, int); 67 #ifndef TCPCALL 68 #define TCPCALL _System 69 #endif 70 71 int TCPCALL so_readv (int, __const__ struct iovec *, int); 72 int TCPCALL so_writev (int, __const__ struct iovec *, int); 74 73 75 74 /* EMX versions */ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.