summaryrefslogtreecommitdiff
path: root/sal
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:39:15 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-25 17:39:15 +0000
commit1312b6389c68527c8bcd306b61bad74bec6a3b0f (patch)
tree7ecb6eb7b5618ef3fe42945461a12a6316a248ea /sal
parent86ec4df8bc7266d4059b84dbaf318136ffd26c9f (diff)
INTEGRATION: CWS ooogrind (1.1.2); FILE ADDED
2004/06/14 09:46:24 thb 1.1.2.2: #i26634# Changed export symbol to match the sal.map 2004/06/11 17:45:59 thb 1.1.2.1: #i26634# Cleaned up and adhered more closely to *nix and UDK conventions
Diffstat (limited to 'sal')
-rw-r--r--sal/util/salalloc.map10
1 files changed, 10 insertions, 0 deletions
diff --git a/sal/util/salalloc.map b/sal/util/salalloc.map
new file mode 100644
index 000000000000..3cd098b83bdf
--- /dev/null
+++ b/sal/util/salalloc.map
@@ -0,0 +1,10 @@
+UDK_3_0_0 {
+ global:
+ rtl_allocateMemory;
+ rtl_reallocateMemory;
+ rtl_freeMemory;
+ rtl_allocateZeroMemory;
+ rtl_freeZeroMemory;
+ local:
+ *;
+};