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

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r186 r187  
    156156
    157157#if defined(TCPV40HDRS) || !defined(_POSIX_SOURCE)
     158/** @name tcpip40 function mappings.
     159 * @{ */
     160/* utimes, gettimeofday and settimeofday is EMX so no mapping is needed. */
     161#define adjtime       tcpip40_adjtime
     162#define getitimer     tcpip40_getitimer
     163#define setitimer     tcpip40_setitimer
     164/* @} */
    158165int     _System utimes (__const__ char *, __const__ struct timeval *);
    159166int     _System gettimeofday (struct timeval *, struct timezone *);
Note: See TracChangeset for help on using the changeset viewer.