perf_event_open.2: Add "static" qualifier to function in example program

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-01-05 13:12:32 +13:00
parent 0d89715efc
commit 571767ca38
1 changed files with 1 additions and 1 deletions

View File

@ -2418,7 +2418,7 @@ instruction count of a call to
#include <linux/perf_event.h>
#include <asm/unistd.h>
long
static long
perf_event_open(struct perf_event_attr *hw_event, pid_t pid,
int cpu, int group_fd, unsigned long flags)
{