diff --git a/scripts/conftest/conftest.sh b/scripts/conftest/conftest.sh index f0d47e24..97a9e4d5 100755 --- a/scripts/conftest/conftest.sh +++ b/scripts/conftest/conftest.sh @@ -7505,8 +7505,8 @@ compile_test() { # CODE=" #include - bool conftest_hrtimer_setup(void) { - return hrtimer_setup(); + void conftest_hrtimer_setup(void) { + hrtimer_setup(); }" compile_check_conftest "$CODE" "NV_HRTIMER_SETUP_PRESENT" "" "functions" @@ -8327,7 +8327,7 @@ compile_test() { # CODE=" #include - bool conftest_timer_delete(void) { + int conftest_timer_delete(void) { return timer_delete(); }"