Skip to content
Snippets Groups Projects
Commit bc9d43d5 authored by Kitware Robot's avatar Kitware Robot Committed by Joachim Pouderoux
Browse files

diy2 2021-07-21 (e47b2b29)

Code extracted from:

    https://gitlab.kitware.com/third-party/diy2.git

at commit e47b2b293eec3e2ca7fb204944d96abb4b021e43 (for/vtk-20210721-gd6d04d0d).
parent e2710f81
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ namespace utils
s_template[filename.size()] = 0;
int handle = -1;
#if defined(__MACH__)
#if defined(__MACH__) || defined(__ANDROID_API__)
// TODO: figure out how to open with O_SYNC
handle = ::mkstemp(s_template.get());
#else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment