int __attribute__()

in cmd/os_mgmt/src/stubs.c [28:32]


int __attribute__((weak))
os_mgmt_impl_task_info(int idx, struct os_mgmt_task_info *out_info)
{
    return MGMT_ERR_ENOTSUP;
}