Changeset 5070 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Sep 27, 2007 8:33:22 AM (17 years ago)
- Location:
- trunk/src/VBox/Runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/RTErrConvertToErrno.cpp
r5042 r5070 433 433 434 434 #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" 435 440 EXPORT_SYMBOL(RTErrConvertToErrno); 436 441 #endif -
trunk/src/VBox/Runtime/assert.cpp
r4995 r5070 67 67 68 68 #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" 69 74 EXPORT_SYMBOL(AssertMsg1); 70 75 EXPORT_SYMBOL(AssertMsg2);
Note:
See TracChangeset
for help on using the changeset viewer.