diff options
author | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 11:05:51 +0000 |
---|---|---|
committer | Michael Meeks <michael.meeks@suse.com> | 2012-01-19 11:07:20 +0000 |
commit | 0c17acbb321ced2afe2f0ff6769291549838ebaa (patch) | |
tree | 3abb6f3ba42f3b25d4a2a91179d6978f03fc2f7f /sal/util/sal.map | |
parent | 877663b9c262be9b5d8620f756a4cfdf97195279 (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/sal.map')
-rw-r--r-- | sal/util/sal.map | 2 |
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; }; |