Skip to content
Snippets Groups Projects
Commit dd8ac1ab authored by David Abram Cargill's avatar David Abram Cargill
Browse files

Fix compilation error on 390.

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@190502 13f79535-47bb-0310-9956-ffa450edef68
parent 5c6b4c08
No related branches found
No related tags found
No related merge requests found
...@@ -958,7 +958,7 @@ unsigned long XMLPlatformUtils::getCurrentMillis() ...@@ -958,7 +958,7 @@ unsigned long XMLPlatformUtils::getCurrentMillis()
// locking mechanism is developed // locking mechanism is developed
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
#ifndef APP_NO_THREADS #ifndef APP_NO_THREADS
typedef XMLHolder<pthread_mutex_t PThreadMutexHolderType; typedef XMLHolder<pthread_mutex_t> PThreadMutexHolderType;
typedef XMLHolder<int> IntMutexHolderType; typedef XMLHolder<int> IntMutexHolderType;
void XMLPlatformUtils::closeMutex(void* const mtxHandle) void XMLPlatformUtils::closeMutex(void* const mtxHandle)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment