From 571767ca3852b28c7015380176122cd1d2a52e82 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 5 Jan 2014 13:12:32 +1300 Subject: [PATCH] perf_event_open.2: Add "static" qualifier to function in example program Signed-off-by: Michael Kerrisk --- man2/perf_event_open.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2 index 81815d707..dbc004df7 100644 --- a/man2/perf_event_open.2 +++ b/man2/perf_event_open.2 @@ -2418,7 +2418,7 @@ instruction count of a call to #include #include -long +static long perf_event_open(struct perf_event_attr *hw_event, pid_t pid, int cpu, int group_fd, unsigned long flags) {