Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339020
b: refs/heads/master
c: f95e081
h: refs/heads/master
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Nov 14, 2012
1 parent 4aab9c5 commit 7eafeed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c81251e808fe2386e71990ecd49c408bb7cb4666
refs/heads/master: f95e0818cbd026a8f2277895c65fcc9cc5b28cf6
4 changes: 4 additions & 0 deletions trunk/tools/perf/tests/dso-data.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ static char *test_file(int size)
unsigned char *buf;

fd = mkstemp(templ);
if (fd < 0) {
perror("mkstemp failed");
return NULL;
}

buf = malloc(size);
if (!buf) {
Expand Down

0 comments on commit 7eafeed

Please sign in to comment.