summaryrefslogtreecommitdiff
path: root/sal/osl/unx/uunxapi.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/osl/unx/uunxapi.hxx')
-rw-r--r--sal/osl/unx/uunxapi.hxx21
1 files changed, 16 insertions, 5 deletions
diff --git a/sal/osl/unx/uunxapi.hxx b/sal/osl/unx/uunxapi.hxx
index 02afc4e9aa3f..4c1e29ca8457 100644
--- a/sal/osl/unx/uunxapi.hxx
+++ b/sal/osl/unx/uunxapi.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: uunxapi.hxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: tra $ $Date: 2002-12-14 12:54:38 $
+ * last change: $Author: hr $ $Date: 2003-03-26 16:46:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -66,7 +66,7 @@
#include "uunxapi.h"
#endif
- #ifndef _RTL_USTRING_H_
+ #ifndef _RTL_USTRING_HXX_
#include <rtl/ustring.hxx>
#endif
@@ -74,7 +74,7 @@
{
/***********************************
- uaccess
+ osl::access
@see access
**********************************/
@@ -85,7 +85,7 @@
}
/***********************************
- realpath
+ osl::realpath
@descr
The return value differs from the
@@ -105,6 +105,17 @@
}
+ /***********************************
+ osl::lstat
+
+ @see lstat
+ **********************************/
+
+ inline int lstat(const rtl::OUString& ustrPath, struct stat& buf)
+ {
+ return lstat_u(ustrPath.pData, &buf);
+ }
+
} // end namespace osl