VirtualBox

Changeset 4734 in vbox


Ignore:
Timestamp:
Sep 12, 2007 1:16:09 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
24410
Message:

_TIMEVAL and _TIMESPEC for darwin.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/time.h

    r4633 r4734  
    326326
    327327/* PORTME: Add struct timeval guard macro here. */
    328 #if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || defined(_SYS__TIMEVAL_H_) || defined(_SYS_TIME_H)
     328#if defined(RTTIME_INCL_TIMEVAL) || defined(_STRUCT_TIMEVAL) || defined(_SYS__TIMEVAL_H_) || defined(_SYS_TIME_H) || defined(_TIMEVAL)
    329329/**
    330330 * Gets the time as POSIX timeval.
     
    364364
    365365/* PORTME: Add struct timespec guard macro here. */
    366 #if defined(RTTIME_INCL_TIMESPEC) || defined(_STRUCT_TIMESPEC) || defined(_SYS__TIMESPEC_H_) || defined(TIMEVAL_TO_TIMESPEC)
     366#if defined(RTTIME_INCL_TIMESPEC) || defined(_STRUCT_TIMESPEC) || defined(_SYS__TIMESPEC_H_) || defined(TIMEVAL_TO_TIMESPEC) || defined(_TIMESPEC)
    367367/**
    368368 * Gets the time as POSIX timespec.
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette