summaryrefslogtreecommitdiff
path: root/threading.h
diff options
context:
space:
mode:
Diffstat (limited to 'threading.h')
-rw-r--r--threading.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/threading.h b/threading.h
index f8767360..f0988574 100644
--- a/threading.h
+++ b/threading.h
@@ -30,6 +30,9 @@ uintptr_t
mutex_create (void);
uintptr_t
+mutex_create_nonrecursive (void);
+
+uintptr_t
mutex_create_recursive (void);
void