Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 147594
b: refs/heads/master
c: 10a2825
h: refs/heads/master
v: v3
  • Loading branch information
Mike Galbraith authored and Ingo Molnar committed Jun 2, 2009
1 parent 5abdcf6 commit dc9775c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: c1079abd1d5e66edabeb04d75e48e604cd8c167f
refs/heads/master: 10a2825514a988225ac2e336c7a9502c4ca57c39
4 changes: 3 additions & 1 deletion trunk/Documentation/perf_counter/builtin-report.c
Original file line number Diff line number Diff line change
Expand Up @@ -653,8 +653,10 @@ static int __cmd_report(void)
return EXIT_FAILURE;
}
cwdlen = strlen(cwd);
} else
} else {
cwdp = NULL;
cwdlen = 0;
}
remap:
buf = (char *)mmap(NULL, page_size * mmap_window, PROT_READ,
MAP_SHARED, input, offset);
Expand Down

0 comments on commit dc9775c

Please sign in to comment.