summaryrefslogtreecommitdiff
path: root/std/thread.zc
diff options
context:
space:
mode:
authorZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-16 14:54:52 +0000
committerZuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian>2026-01-16 14:54:52 +0000
commit73d0a63df903445ecd32f5b95bb3ff34e3dc2976 (patch)
treecabafef33c3acbaee3870555562ba84d076ecf42 /std/thread.zc
parente77725b55190b8ec6dcab46aa137c32652ea004b (diff)
Removed extra semicolons within the standard lib.
Diffstat (limited to 'std/thread.zc')
-rw-r--r--std/thread.zc6
1 files changed, 3 insertions, 3 deletions
diff --git a/std/thread.zc b/std/thread.zc
index f1aae69..0ebcd03 100644
--- a/std/thread.zc
+++ b/std/thread.zc
@@ -1,7 +1,7 @@
-include <pthread.h>;
-include <time.h>;
-include <unistd.h>;
+include <pthread.h>
+include <time.h>
+include <unistd.h>
import "./core.zc"
import "./result.zc"