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/unistd.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r186 r187  
    225225#include <sys/cdefs.h>
    226226#include <sys/types.h>
     227/** @name tcpip40 function mappings.
     228 * @{ */
     229#define soclose         tcpip40_soclose
     230#define gethostid       tcpip40_gethostid
     231#define gethostname     tcpip40_gethostname
     232#define iruserok        tcpip40_iruserok
     233#define rcmd            tcpip40_rcmd
     234#define rresvport       tcpip40_rresvport
     235#define ruserok         tcpip40_ruserok
     236/* @} */
    227237int     _System     soclose (int);
    228 
    229238#ifndef _POSIX_SOURCE
    230239int     _System     gethostid (void);
Note: See TracChangeset for help on using the changeset viewer.