summaryrefslogtreecommitdiff
path: root/src/threadpool.c
diff options
context:
space:
mode:
author@syxhe <https://t.me/syxhe>2025-04-21 21:51:54 -0500
committer@syxhe <https://t.me/syxhe>2025-04-21 21:51:54 -0500
commitc704a8a382c231e066a7fbf0402a33455c40b8f5 (patch)
tree0c4000906060013de91ea7fc1888cedcbc34159e /src/threadpool.c
parent521e9a2fc8e0ef1dffe4e590d0d4f65292f0d1df (diff)
Rework dlinkedlist functions to use VALLOC macro instead of only xalloc
Diffstat (limited to 'src/threadpool.c')
-rw-r--r--src/threadpool.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/threadpool.c b/src/threadpool.c
index 808dd5d..56dcd6b 100644
--- a/src/threadpool.c
+++ b/src/threadpool.c
@@ -4,7 +4,6 @@
4 4
5#include "ll.h" 5#include "ll.h"
6 6
7#include <asm-generic/errno-base.h>
8#include <threads.h> 7#include <threads.h>
9#include <stdlib.h> 8#include <stdlib.h>
10#include <errno.h> 9#include <errno.h>