summaryrefslogtreecommitdiff
path: root/threads.c
diff options
context:
space:
mode:
authorCarson Fleming <[email protected]>2026-02-20 00:18:07 -0500
committerCarson Fleming <[email protected]>2026-02-20 00:18:07 -0500
commit53f810d62c008fbee54f87f465a2b0fb58de18ea (patch)
tree2bcb82a712d3a8b63352789ddd8336ccc36fb63d /threads.c
parent3aa9f72a8b84eb9e8149e0edfb744c9acea303ad (diff)
downloadsafec-53f810d62c008fbee54f87f465a2b0fb58de18ea.tar.gz
dbl-import time.h
Diffstat (limited to 'threads.c')
-rw-r--r--threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/threads.c b/threads.c
index 383c8ab..4b7b925 100644
--- a/threads.c
+++ b/threads.c
@@ -1,5 +1,4 @@
#include "threads.h"
-#include <time.h>
#include <errno.h>
#define sema_err (thrd_success - 1)
#define NSEC_PER_SEC ((time_t)1000000000L)