X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=src%2Frtos%2Flinux.c;fp=src%2Frtos%2Flinux.c;h=3b2a2b0c34b440fb72effcc1ab450213820dd434;hp=3efaab133f97bc6dad71aa6a2cd7785cee5eca92;hb=dba9293a8907516bfec826464ac2896ffaba6da6;hpb=7e6445109763d47707e1d31620b3733b5137faba diff --git a/src/rtos/linux.c b/src/rtos/linux.c index 3efaab133f..3b2a2b0c34 100644 --- a/src/rtos/linux.c +++ b/src/rtos/linux.c @@ -309,10 +309,10 @@ static int linux_os_thread_reg_list(struct rtos *rtos, return ERROR_OK; } -static int linux_os_detect(struct target *target) +static bool linux_os_detect(struct target *target) { LOG_INFO("should no be called"); - return 0; + return false; } static int linux_os_smp_init(struct target *target);