Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147513
b: refs/heads/master
c: 69aa48a
h: refs/heads/master
i:
  147511: f0fc9db
v: v3
  • Loading branch information
Ingo Molnar committed May 26, 2009
1 parent 8138b29 commit 5b25f8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 329d876d6fd326109f191ae0fb2798b8834fb70b
refs/heads/master: 69aa48ab82e17299efe2be6c21795945731a6c17
4 changes: 2 additions & 2 deletions trunk/Documentation/perf_counter/builtin-record.c
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ static void display_help(void)
exit(0);
}

static void process_options(int argc, const char *argv[])
static void process_options(int argc, char * const argv[])
{
int error = 0, counter;

Expand Down Expand Up @@ -538,7 +538,7 @@ static void open_counters(int cpu, pid_t pid)
nr_cpu++;
}

int cmd_record(int argc, const char **argv)
int cmd_record(int argc, char * const argv[])
{
int i, counter;
pid_t pid;
Expand Down

0 comments on commit 5b25f8f

Please sign in to comment.