style and comments for threadpool.c

This commit is contained in:
elvis
2022-05-07 23:00:47 +02:00
parent 0242635691
commit 8f37f4e6eb
5 changed files with 13 additions and 12 deletions

View File

@ -10,8 +10,8 @@
#include <unistd.h>
#include <errno.h>
#include <util.h>
#include <threadpool.h>
#include "util.h"
#include "threadpool.h"
/**
* @function void *threadpool_thread(void *threadpool)