aboutsummaryrefslogtreecommitdiff
path: root/lib/std
diff options
context:
space:
mode:
Diffstat (limited to 'lib/std')
-rw-r--r--lib/std/Thread.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/Thread.zig b/lib/std/Thread.zig
index e3345e4a42..45ab4d36e3 100644
--- a/lib/std/Thread.zig
+++ b/lib/std/Thread.zig
@@ -40,7 +40,7 @@ pub const max_name_len = switch (target.os.tag) {
.macos, .ios, .watchos, .tvos => 63,
.netbsd => 31,
.freebsd => 15,
- .openbsd => 31,
+ .openbsd => 23,
.dragonfly => 1023,
.solaris => 31,
else => 0,