diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-04-11 18:05:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-12 12:22:17 -0400 |
commit | 87a714861c5746d990b44b6e0839f082d7068f81 (patch) | |
tree | 8f35a7793f4c9529c6901e67b19997f226553a07 /src/main.c | |
parent | d001ab384ae9b694a833a5d6140106970f31ceb1 (diff) | |
download | bfs-87a714861c5746d990b44b6e0839f082d7068f81.tar.xz |
lock: Add wrappers for POSIX synchronization primitives
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ * - dstring.[ch] (a dynamic string library) * - fsade.[ch] (a facade over non-standard filesystem features) * - list.h (linked list macros) + * - lock.h (mutexes, condition variables, etc.) * - mtab.[ch] (parses the system's mount table) * - pwcache.[ch] (a cache for the user/group tables) * - sanity.h (sanitizer interfaces) |