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:
parent
97ee7d0a55
commit
f5c558edc1
@ -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
|
||||
symbol
|
||||
*/
|
||||
status_t load_driver_symbols(const char *driverName);
|
||||
extern "C" status_t load_driver_symbols(const char *driverName);
|
||||
status_t
|
||||
load_driver_symbols(const char *driverName)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user