summaryrefslogtreecommitdiff
path: root/include/osl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-05-19 11:44:24 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-05-19 11:44:24 +0200
commitf67702e709a9049042fdd456d2456d35055a935d (patch)
treefd86be311b624f0c2e0a303a97cd6499c1d823c5 /include/osl
parentdd7260ed691c077e4c05071d61ee2086ba5bd580 (diff)
fdo#60338: Add osl_File_OpenFlag_Private to avoid umask
Change-Id: I293295244d1b089d747548c5025cb73b8ec428a4
Diffstat (limited to 'include/osl')
-rw-r--r--include/osl/detail/file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/osl/detail/file.h b/include/osl/detail/file.h
index 96d880727d8e..ee5a172920ad 100644
--- a/include/osl/detail/file.h
+++ b/include/osl/detail/file.h
@@ -19,10 +19,11 @@
*/
/* More flags needed for semantics that match the open() call that
- used to be in SvFileStream::Open().
+ used to be in SvFileStream::Open(), and for temp files:
*/
#define osl_File_OpenFlag_Trunc 0x00000010L
#define osl_File_OpenFlag_NoExcl 0x00000020L
+#define osl_File_OpenFlag_Private 0x00000040L
/** @endcond */