VirtualBox

Ignore:
Timestamp:
Mar 7, 2011 4:28:50 PM (14 years ago)
Author:
vboxsync
Message:

IPRT,Drivers: Committed a modified version of the diff_linux_guest_host patch. This mangles the IPRT symbols in kernel space on linux and later other platforms.

Location:
trunk/src/VBox/Runtime/r0drv/linux
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/linux/semevent-r0drv-linux.c

    r33269 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMEVENT_WITHOUT_REMAPPING
    3132#include "the-linux-kernel.h"
    3233#include "internal/iprt.h"
     
    237238
    238239
    239 #undef RTSemEventWaitEx
    240240RTDECL(int)  RTSemEventWaitEx(RTSEMEVENT hEventSem, uint32_t fFlags, uint64_t uTimeout)
    241241{
  • trunk/src/VBox/Runtime/r0drv/linux/semeventmulti-r0drv-linux.c

    r35051 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMEVENTMULTI_WITHOUT_REMAPPING
    3132#include "the-linux-kernel.h"
    3233#include "internal/iprt.h"
     
    302303
    303304
    304 #undef RTSemEventMultiWaitEx
    305305RTDECL(int)  RTSemEventMultiWaitEx(RTSEMEVENTMULTI hEventMultiSem, uint32_t fFlags, uint64_t uTimeout)
    306306{
  • trunk/src/VBox/Runtime/r0drv/linux/semmutex-r0drv-linux.c

    r34406 r36190  
    2929*   Header Files                                                               *
    3030*******************************************************************************/
     31#define RTSEMMUTEX_WITHOUT_REMAPPING
    3132#include "the-linux-kernel.h"
    3233#include "internal/iprt.h"
     
    297298
    298299
    299 #undef RTSemMutexRequest
    300300RTDECL(int) RTSemMutexRequest(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    301301{
     
    312312
    313313
    314 #undef RTSemMutexRequestNoResume
    315314RTDECL(int) RTSemMutexRequestNoResume(RTSEMMUTEX hMutexSem, RTMSINTERVAL cMillies)
    316315{
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