Changeset 275
- Timestamp:
- Jun 2, 2003, 9:53:24 PM (22 years ago)
- Location:
- trunk/src/emx
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/sys/uio.h
-
Property cvs2svn:cvs-rev
changed from
1.5
to1.6
r274 r275 44 44 UIO_USERISPACE /* from user I space */ 45 45 }; 46 /** @name tcpip40 function mappings. 47 * @{ */ 48 #define so_readv tcpip40_readv 49 #define so_writev tcpip40_writev 50 /* @} */ 46 51 #endif 47 52 48 /** @name tcpip40 function mappings. 49 * @{ */ 50 //@@@ name conflict - a.z. #define readv tcpip40_readv 51 //@@@ name conflict - a.z. #define writev tcpip40_writev 52 /* @} */ 53 /* TCPIP versions */ 54 int _System so_readv (int, __const__ struct iovec *, int); 55 int _System so_writev (int, __const__ struct iovec *, int); 53 56 54 //@@@ name conflict - a.z. int _System readv (int, __const__ struct iovec *, int); 55 //@@@ name conflict - a.z. int _System writev (int, __const__ struct iovec *, int); 57 /* EMX versions */ 58 int readv (int, __const__ struct iovec *, int); 59 int writev (int, __const__ struct iovec *, int); 56 60 57 61 #if defined (__cplusplus) -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/lib/socket/socket.imp
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r274 r275 131 131 recvmsg tcpip32 21 ? 132 132 sendmsg tcpip32 22 ? 133 readvtcpip32 23 ?134 writevtcpip32 24 ?133 so_readv tcpip32 23 ? 134 so_writev tcpip32 24 ? 135 135 shutdown tcpip32 25 ? 136 136 sock_init tcpip32 26 ? -
Property cvs2svn:cvs-rev
changed from
-
trunk/src/emx/src/libsocket/socket.imp
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.2
r274 r275 131 131 recvmsg tcpip32 21 ? 132 132 sendmsg tcpip32 22 ? 133 readvtcpip32 23 ?134 writevtcpip32 24 ?133 so_readv tcpip32 23 ? 134 so_writev tcpip32 24 ? 135 135 shutdown tcpip32 25 ? 136 136 sock_init tcpip32 26 ? -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.