summaryrefslogtreecommitdiff
path: root/sal/util
diff options
context:
space:
mode:
authorMichael Meeks <michael.meeks@suse.com>2012-01-19 11:05:51 +0000
committerMichael Meeks <michael.meeks@suse.com>2012-01-19 11:07:20 +0000
commit0c17acbb321ced2afe2f0ff6769291549838ebaa (patch)
tree3abb6f3ba42f3b25d4a2a91179d6978f03fc2f7f /sal/util
parent877663b9c262be9b5d8620f756a4cfdf97195279 (diff)
fix SvStream to not disagree with sal on sizeof struct stat
A temporary tweak to restore build-ability; the oslDirectory change needs a little more thought & public exposure, but rsc no longer crashes during compile ...
Diffstat (limited to 'sal/util')
-rw-r--r--sal/util/sal.map2
1 files changed, 1 insertions, 1 deletions
diff --git a/sal/util/sal.map b/sal/util/sal.map
index 879d252a9ee8..26c30fc03191 100644
--- a/sal/util/sal.map
+++ b/sal/util/sal.map
@@ -648,7 +648,7 @@ PRIVATE_textenc.1 { # LibreOffice 3.6
PRIVATE_file.1 { # LibreOffice 3.6
global:
osl_openFilePath;
- osl_statFilePath;
+ osl_identicalDirectoryItem;
osl_lstatFilePath;
osl_getFileOSHandle;
};