summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index bb8ef18..cfb1851 100644
--- a/README
+++ b/README
@@ -18,6 +18,8 @@ Features
- Condition variables
- Mutual exclusion
- Threads
+ - Filesystem
+ - File and memory mapping
- Sockets wrapper
- Misc
- Input buffer
@@ -35,5 +37,5 @@ Preprocessor options
Condition variables, mutual exclusion and threads implementation was forked from Mesa source code.
* https://gitlab.freedesktop.org/mesa/mesa
-Folder "/include" contains header-only version of this library.
+Folder "/include" contains single header-only version of this library.
Use "#define KIT_IMPLEMENTATION" to enable implementation code.