aboutsummaryrefslogtreecommitdiffstats
path: root/tests/libs/dlopen_testlib_simple.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/libs/dlopen_testlib_simple.cpp')
-rw-r--r--tests/libs/dlopen_testlib_simple.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/libs/dlopen_testlib_simple.cpp b/tests/libs/dlopen_testlib_simple.cpp
index 32269557a..bf750b2a6 100644
--- a/tests/libs/dlopen_testlib_simple.cpp
+++ b/tests/libs/dlopen_testlib_simple.cpp
@@ -19,6 +19,6 @@
uint32_t dlopen_testlib_taxicab_number = 1729;
-extern "C" bool dlopen_testlib_simple_func() {
+bool dlopen_testlib_simple_func() {
return true;
}