aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorChris Boesch <[email protected]>2024-04-10 19:13:46 +0200
committerChris Boesch <[email protected]>2024-04-10 19:13:46 +0200
commitba2a9622c46b2410a90831b7b71dd2c2ffefb439 (patch)
treee7de3ecb52fc9d8e00bb3a89dbd52ea1198fdb18 /patches
parent7732cd7716236dcdf42b205d7983af6b12bba68b (diff)
downloadziglings-ba2a9622c46b2410a90831b7b71dd2c2ffefb439.tar.xz
ziglings-ba2a9622c46b2410a90831b7b71dd2c2ffefb439.zip
Additional timer in thread start added
Diffstat (limited to 'patches')
-rw-r--r--patches/patches/104_threading.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/patches/patches/104_threading.patch b/patches/patches/104_threading.patch
index 304d39f..1ca46c1 100644
--- a/patches/patches/104_threading.patch
+++ b/patches/patches/104_threading.patch
@@ -1,5 +1,5 @@
---- exercises/104_threading.zig 2024-04-10 16:02:33.680771772 +0200
-+++ answers/104_threading.zig 2024-04-10 16:01:00.042331517 +0200
+--- exercises/104_threading.zig 2024-04-10 19:12:29.878856370 +0200
++++ answers/104_threading.zig 2024-04-10 19:11:22.304265713 +0200
@@ -97,12 +97,12 @@
defer handle.join();