summaryrefslogtreecommitdiff
path: root/sal/osl/unx/profile.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/profile.cxx')
-rw-r--r--sal/osl/unx/profile.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sal/osl/unx/profile.cxx b/sal/osl/unx/profile.cxx
index 44e7243c4b13..ad8868b5490c 100644
--- a/sal/osl/unx/profile.cxx
+++ b/sal/osl/unx/profile.cxx
@@ -51,11 +51,15 @@
typedef time_t osl_TStamp;
+namespace {
+
enum osl_TLockMode
{
un_lock, read_lock, write_lock
};
+}
+
struct osl_TFile
{
int m_Handle;