svn commit: r334602 - head/lib/libpmc
Matt Macy
mmacy at FreeBSD.org
Mon Jun 4 05:04:41 UTC 2018
Author: mmacy
Date: Mon Jun 4 05:04:40 2018
New Revision: 334602
URL: https://svnweb.freebsd.org/changeset/base/334602
Log:
update pmc_pmu_idx_get_by_event signature for !x86
Modified:
head/lib/libpmc/libpmc_pmu_util.c
Modified: head/lib/libpmc/libpmc_pmu_util.c
==============================================================================
--- head/lib/libpmc/libpmc_pmu_util.c Mon Jun 4 04:59:48 2018 (r334601)
+++ head/lib/libpmc/libpmc_pmu_util.c Mon Jun 4 05:04:40 2018 (r334602)
@@ -482,7 +482,7 @@ pmc_pmu_stat_mode(const char ***a __unused)
}
int
-pmc_pmu_idx_get_by_event(const char *e __unused)
+pmc_pmu_idx_get_by_event(const char *c __unused, const char *e __unused)
{
return (-1);
}
More information about the svn-src-head
mailing list