diff --git a/scripts/conftest/conftest.sh b/scripts/conftest/conftest.sh index 39173c8c..d0c5eafe 100755 --- a/scripts/conftest/conftest.sh +++ b/scripts/conftest/conftest.sh @@ -7691,8 +7691,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" @@ -8705,7 +8705,7 @@ compile_test() { # CODE=" #include - bool conftest_timer_delete(void) { + int conftest_timer_delete(void) { return timer_delete(); }"