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/generic/semfastmutex-generic.cpp

    r8245 r21337  
    3434*******************************************************************************/
    3535#include <iprt/semaphore.h>
     36#include "internal/iprt.h"
     37
    3638#include <iprt/alloc.h>
    3739#include <iprt/err.h>
     
    5052    return rc;
    5153}
     54RT_EXPORT_SYMBOL(RTSemFastMutexCreate);
    5255
    5356
     
    6265    return rc;
    6366}
     67RT_EXPORT_SYMBOL(RTSemFastMutexDestroy);
    6468
    6569
     
    6872    return RTCritSectEnter((PRTCRITSECT)MutexSem);
    6973}
     74RT_EXPORT_SYMBOL(RTSemFastMutexRequest);
    7075
    7176
     
    7479    return RTCritSectLeave((PRTCRITSECT)MutexSem);
    7580}
     81RT_EXPORT_SYMBOL(RTSemFastMutexRelease);
    7682
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