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

TCPV40HDRS function wrappers.

Location:
trunk/src/emx/include/sys
Files:
5 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r186 r187  
    7474__BEGIN_DECLS
    7575#ifdef TCPV40HDRS
    76 /* We must use a different ioctl function in this mode because of the
    77  * different _IOC macro and hence IOCTL value.
    78  */
    79 #define ioctl       tcpip40_ioctl
    80 #define _ioctl      tcpip40__ioctl
     76/** @name tcpip40 function mappings.
     77 * @{ */
    8178#define so_ioctl    tcpip40_so_ioctl
     79
    8280
    8381/** The v40 socket ioctl interface.
  • trunk/src/emx/include/sys/select.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    8686 */
    8787int _System bsdselect(int, struct fd_set *, struct fd_set *, struct fd_set *, struct timeval *);
     88
     89
    8890#define os2_select  tcpip40_os2_select
     91
    8992#endif
    9093/** This is the TCPIP OS/2 styled select. */
  • trunk/src/emx/include/sys/socket.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    432432#endif
    433433
     434
     435
     436
     437
     438
     439
     440
     441
     442
     443
     444
     445
     446
     447
     448
     449
     450
     451
     452
     453
     454
     455
     456
     457
     458
     459
     460
     461
     462
     463
     464
     465
     466
     467
     468
     469
    434470int     _System accept (int, struct sockaddr *, int *);
    435471int     _System bind (int, __const__ struct sockaddr *, int);
  • trunk/src/emx/include/sys/time.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    156156
    157157#if defined(TCPV40HDRS) || !defined(_POSIX_SOURCE)
     158
     159
     160
     161
     162
     163
     164
    158165int     _System utimes (__const__ char *, __const__ struct timeval *);
    159166int     _System gettimeofday (struct timeval *, struct timezone *);
  • trunk/src/emx/include/sys/uio.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    4646#endif
    4747
     48
     49
     50
     51
     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.