diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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. |