VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 2:58:27 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
49685
Message:

IPRT,HostDrv,AddDrv: Export public IPRT symbols for the linux kernel (pain).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/time/timesupref.cpp

    r13832 r21337  
    3535*******************************************************************************/
    3636#include <iprt/time.h>
     37#include "internal/iprt.h"
     38
    3739#include <iprt/asm.h>
    3840#include <VBox/sup.h>
     
    4850#define rtTimeNanoTSInternalRef RTTimeNanoTSLegacySync
    4951#include "timesupref.h"
     52RT_EXPORT_SYMBOL(RTTimeNanoTSLegacySync);
    5053
    5154#define ASYNC_GIP
     
    5659#define rtTimeNanoTSInternalRef RTTimeNanoTSLegacyAsync
    5760#include "timesupref.h"
     61RT_EXPORT_SYMBOL(RTTimeNanoTSLegacyAsync);
    5862
    5963
     
    6872#define rtTimeNanoTSInternalRef RTTimeNanoTSLFenceSync
    6973#include "timesupref.h"
     74RT_EXPORT_SYMBOL(RTTimeNanoTSLFenceSync);
    7075
    7176#define ASYNC_GIP
     
    7681#define rtTimeNanoTSInternalRef RTTimeNanoTSLFenceAsync
    7782#include "timesupref.h"
     83RT_EXPORT_SYMBOL(RTTimeNanoTSLFenceAsync);
    7884
    7985
    8086#endif /* !IN_GUEST */
     87
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