VirtualBox

Changeset 5070 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
Sep 27, 2007 8:33:22 AM (17 years ago)
Author:
vboxsync
Message:

Attempt to fix the Linux smoked tests

Location:
trunk/src/VBox/Runtime
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/RTErrConvertToErrno.cpp

    r5042 r5070  
    433433
    434434#if defined(RT_OS_LINUX) && defined(IN_MODULE)
     435/*
     436 * When we build this in the Linux kernel module, we wish to make the
     437 * symbols available to other modules as well.
     438 */
     439# include "the-linux-kernel.h"
    435440EXPORT_SYMBOL(RTErrConvertToErrno);
    436441#endif
  • trunk/src/VBox/Runtime/assert.cpp

    r4995 r5070  
    6767
    6868#if defined(RT_OS_LINUX) && defined(IN_MODULE)
     69/*
     70 * When we build this in the Linux kernel module, we wish to make the
     71 * symbols available to other modules as well.
     72 */
     73# include "the-linux-kernel.h"
    6974EXPORT_SYMBOL(AssertMsg1);
    7075EXPORT_SYMBOL(AssertMsg2);
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