Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323782
b: refs/heads/master
c: 7b45f21
h: refs/heads/master
v: v3
  • Loading branch information
Irina Tirdea authored and Arnaldo Carvalho de Melo committed Sep 8, 2012
1 parent 59943ac commit 5805b21
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 27683dc5cc9286ace82b6c900ab794428ed5e487
refs/heads/master: 7b45f21c2e42f265f6fd469e43857e98e2fdf01c
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/dso-test-data.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ static char *test_file(int size)
int fd, i;
unsigned char *buf;

fd = mkostemp(templ, O_CREAT|O_WRONLY|O_TRUNC);
fd = mkstemp(templ);

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

0 comments on commit 5805b21

Please sign in to comment.