VirtualBox

Ignore:
Timestamp:
Jul 7, 2009 2:58:27 PM (15 years ago)
Author:
vboxsync
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/misc/once.cpp

    r19896 r21337  
    2929 */
    3030
     31
    3132/*******************************************************************************
    3233*   Header Files                                                               *
    3334*******************************************************************************/
    3435#include <iprt/once.h>
     36#include "internal/iprt.h"
     37
    3538#include <iprt/semaphore.h>
    3639#include <iprt/thread.h>
     
    159162    return ASMAtomicUoReadS32(&pOnce->rc);
    160163}
     164RT_EXPORT_SYMBOL(RTOnce);
    161165
    162166
     
    172176    ASMAtomicWriteS32(&pOnce->iState, -1);
    173177}
     178RT_EXPORT_SYMBOL(RTOnceReset);
    174179
Note: See TracChangeset for help on using the changeset viewer.

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