The wonders of C++ in the kernel... you get C++ linkage by default :^)
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@25480 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -616,7 +616,7 @@ add_driver(const char *path, image_id image)
|
|||||||
/*! This is no longer part of the public kernel API, so we just export the
|
/*! This is no longer part of the public kernel API, so we just export the
|
||||||
symbol
|
symbol
|
||||||
*/
|
*/
|
||||||
status_t load_driver_symbols(const char *driverName);
|
extern "C" status_t load_driver_symbols(const char *driverName);
|
||||||
status_t
|
status_t
|
||||||
load_driver_symbols(const char *driverName)
|
load_driver_symbols(const char *driverName)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user