int __attribute__()

in cmd/log_mgmt/src/stubs.c [67:71]


int __attribute__((weak))
log_mgmt_impl_set_watermark(const struct log_mgmt_log *log, int index)
{
    return MGMT_ERR_ENOTSUP;
}