aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/dso-test-data.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/dso-test-data.c')
-rw-r--r--tools/perf/util/dso-test-data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/dso-test-data.c b/tools/perf/util/dso-test-data.c
index 541cdc72c7d..c6caedeb1d6 100644
--- a/tools/perf/util/dso-test-data.c
+++ b/tools/perf/util/dso-test-data.c
@@ -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) {