summaryrefslogtreecommitdiff
path: root/src/pal/src/synchmgr/synchmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/src/synchmgr/synchmanager.cpp')
-rw-r--r--src/pal/src/synchmgr/synchmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/src/synchmgr/synchmanager.cpp b/src/pal/src/synchmgr/synchmanager.cpp
index 473918cb68..3aec140474 100644
--- a/src/pal/src/synchmgr/synchmanager.cpp
+++ b/src/pal/src/synchmgr/synchmanager.cpp
@@ -1648,7 +1648,7 @@ namespace CorUnix
}
// Entry point routine for the thread that initiates process termination.
- DWORD TerminationRequestHandlingRoutine(LPVOID pArg)
+ DWORD PALAPI TerminationRequestHandlingRoutine(LPVOID pArg)
{
// Call the termination request handler if one is registered.
if (g_terminationRequestHandler != NULL)