summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 56185ae..5d5a7a9 100644
--- a/README
+++ b/README
@@ -20,6 +20,7 @@ Features
- Threads
- Filesystem
- File mapping and shared memory
+ - Shared mutex for interprocess synchronization
- Sockets wrapper
- Misc
- Input buffer
@@ -34,7 +35,7 @@ Preprocessor options
- KIT_ENABLE_CUSTOM_ALLOC_DISPATCH - Enable custom allocation dispatch.
- KIT_ENABLE_CUSTOM_ASYNC_FUNCTION_DISPATCH - Enable custom async function dispatch.
-Condition variables, mutual exclusion and threads implementation was forked from Mesa source code.
+C11 threads implementation was forked from the Mesa source code.
* https://gitlab.freedesktop.org/mesa/mesa
Folder "/include" contains single header-only version of this library.