diff options
Diffstat (limited to 'tests/semaphore_test.cpp')
-rw-r--r-- | tests/semaphore_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/semaphore_test.cpp b/tests/semaphore_test.cpp index 10d99eadc..690e8865c 100644 --- a/tests/semaphore_test.cpp +++ b/tests/semaphore_test.cpp @@ -174,7 +174,7 @@ TEST(semaphore, sem_getvalue) { ASSERT_EQ(1, i); } -extern "C" void android_set_application_target_sdk_version(uint32_t target); +extern "C" void android_set_application_target_sdk_version(int target); static void sem_wait_test_signal_handler(int) { } |