Ignore:
Timestamp:
Jul 11, 2003, 1:39:47 PM (22 years ago)
Author:
bird
Message:

#434: no function redefinitions. TCPCALL not _System.

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r353 r354  
    6262        UIO_USERISPACE          /* from user I space */
    6363};
    64 /** @name tcpip40 function mappings.
    65  * @{ */
    66 #define so_readv        tcpip40_readv
    67 #define so_writev       tcpip40_writev
    68 /* @} */
    6964#endif
    7065
    7166/* 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
     71int TCPCALL so_readv (int, __const__ struct iovec *, int);
     72int TCPCALL so_writev (int, __const__ struct iovec *, int);
    7473
    7574/* EMX versions */
Note: See TracChangeset for help on using the changeset viewer.