Changeset 275 for trunk/src/emx/include/sys/uio.h
- Timestamp:
- Jun 2, 2003, 9:53:24 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.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
Note:
See TracChangeset
for help on using the changeset viewer.