summaryrefslogtreecommitdiff
path: root/includes/OSThreads.h
diff options
context:
space:
mode:
authorEsa Ilari Vuokko <ei@vuokko.info>2006-08-23 19:46:04 +0000
committerEsa Ilari Vuokko <ei@vuokko.info>2006-08-23 19:46:04 +0000
commit88b35c172f9434fd98b700f706074d142914a8bb (patch)
tree69dad172652bfbb112ab2ef8afc964c0112b662b /includes/OSThreads.h
parent52589e05f86d593bc3e6ea3f1a0b8f6ceae94fe6 (diff)
downloadhaskell-88b35c172f9434fd98b700f706074d142914a8bb.tar.gz
Add closeMutex and use it on clean up
Diffstat (limited to 'includes/OSThreads.h')
-rw-r--r--includes/OSThreads.h1
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