summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac
diff options
context:
space:
mode:
authorMike McLaughlin <mikem@microsoft.com>2019-01-08 09:35:12 -0800
committerGitHub <noreply@github.com>2019-01-08 09:35:12 -0800
commitbd5ea1c46ca21631194610f88f2ba420e8982d5b (patch)
tree81c863053da53beb5059856e7710eb7a5ab1d60e /src/dlls/mscordac
parentd6bf5ed160e99b9a66087dcc8738f22a9a370121 (diff)
downloadcoreclr-bd5ea1c46ca21631194610f88f2ba420e8982d5b.tar.gz
coreclr-bd5ea1c46ca21631194610f88f2ba420e8982d5b.tar.bz2
coreclr-bd5ea1c46ca21631194610f88f2ba420e8982d5b.zip
Fix issue #20585 createdump explicitly uses /tmp. (#21866)
Changed to PAL's GetTempPathA to get the temp path.
Diffstat (limited to 'src/dlls/mscordac')
-rw-r--r--src/dlls/mscordac/mscordac_unixexports.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dlls/mscordac/mscordac_unixexports.src b/src/dlls/mscordac/mscordac_unixexports.src
index 995f5da28f..3709d55356 100644
--- a/src/dlls/mscordac/mscordac_unixexports.src
+++ b/src/dlls/mscordac/mscordac_unixexports.src
@@ -131,6 +131,7 @@ nativeStringResourceTable_mscorrc_debug
#GetSystemTime
#GetSystemTimeAsFileTime
#GetTempFileNameW
+#GetTempPathA
#GetTempPathW
#HeapAlloc
#HeapFree