int __attribute__()

in cmd/log_mgmt/src/stubs.c [52:59]


int __attribute__((weak))
log_mgmt_impl_foreach_entry(const char *log_name,
                            const struct log_mgmt_filter *filter,
                            log_mgmt_foreach_entry_fn *cb,
                            void *arg)
{
    return MGMT_ERR_ENOTSUP;
}