diff options
Diffstat (limited to 'includes/OSThreads.h')
-rw-r--r-- | includes/OSThreads.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/OSThreads.h b/includes/OSThreads.h index 90431445b7..32f147ae6f 100644 --- a/includes/OSThreads.h +++ b/includes/OSThreads.h @@ -161,6 +161,7 @@ extern rtsBool waitCondition ( Condition* pCond, // Mutexes // extern void initMutex ( Mutex* pMut ); +extern void closeMutex ( Mutex* pMut ); // // Thread-local storage |