VirtualBox

Ignore:
Timestamp:
Oct 16, 2008 11:41:26 AM (16 years ago)
Author:
vboxsync
Message:

comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/Makefile.kmk

    r13332 r13334  
    969969        VBox/strformat-vbox.cpp
    970970
     971## @todo: Linking against RuntimeR0Drv on Linux will result in unresolved external
     972## references to several string functions (e.g. strlen). We could include the
     973## missing functions here but our own implementations conflict with declarations
     974## of some Linux kernels (inline versus not inline, size_t versus unsigned int).
     975##
     976## The prototypes for the unresolved externals are declared in <linux/string.h>.
     977## This file is not included with extern "C" { ... } and therefore the function
     978## prototypes are mangled during C++ compilation. That's why we have to provide
     979## implementations with mangled function names.
    971980RuntimeR0Drv_SOURCES.linux = \
    972981        common/alloc/heapsimple.cpp \
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