Ignore:
Timestamp:
May 19, 2003, 3:20:02 PM (22 years ago)
Author:
bird
Message:

TCPV40HDRS function wrappers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/uio.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    4646#endif
    4747
     48/** @name tcpip40 function mappings.
     49 * @{ */
     50#define readv         tcpip40_readv
     51#define writev       tcpip40_writev
     52/* @} */
     53
    4854int _System readv (int, __const__ struct iovec *, int);
    4955int _System writev (int, __const__ struct iovec *, int);
Note: See TracChangeset for help on using the changeset viewer.