diff options
| author | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 14:54:52 +0000 |
|---|---|---|
| committer | Zuhaitz Méndez Fernández de Aránguiz <zuhaitz@debian> | 2026-01-16 14:54:52 +0000 |
| commit | 73d0a63df903445ecd32f5b95bb3ff34e3dc2976 (patch) | |
| tree | cabafef33c3acbaee3870555562ba84d076ecf42 /std/thread.zc | |
| parent | e77725b55190b8ec6dcab46aa137c32652ea004b (diff) | |
Removed extra semicolons within the standard lib.
Diffstat (limited to 'std/thread.zc')
| -rw-r--r-- | std/thread.zc | 6 |
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" |
